{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/6"}],"enrichment":{"capability":"A pytest plugin that converts skipped tests into test failures, ensuring your CI pipeline catches tests that are being skipped rather than actually run.","skillfed_tags":["pytest-plugin","ci-enforcement","abandoned"],"use_cases":["Enforce that CI pipelines run all tests rather than silently skipping tests due to missing optional dependencies.","Catch tests that are skipped because of unmet environment conditions and ensure they are addressed.","Verify test suite completeness by failing the build when tests are conditionally skipped.","Detect tests that were marked as skip during development but never re-enabled."],"what_it_does":"pytest-error-for-skips is a pytest plugin that changes how your test suite treats skipped tests. Instead of reporting them as skipped (the normal pytest behavior), it converts them into test failures. This is useful in CI environments where you want to ensure that all tests actually run rather than being silently skipped due to missing dependencies or conditional skip decorators.\n\nThe plugin works by adding a command-line flag `--error-for-skips` to pytest. When enabled, any test marked as skipped will be reported as a failure instead, forcing you to either fix the skip condition or explicitly acknowledge it. It depends only on pytest and has low installation friction, but it has been abandoned since late 2019 and may not be compatible with modern pytest or Python versions.","worth_installing":"No. While the plugin solves a real problem and has permissive licensing, it is abandoned and has not been maintained since 2019. Compatibility with modern pytest and Python versions is uncertain. For new projects, consider whether pytest's native skip handling or a more actively maintained alternative better serves your CI needs, or evaluate whether the risk of using an unmaintained plugin is acceptable for your use case."},"id":"pytest-error-for-skips","links":{"html":"https://skillfed.io/packages/pytest-error-for-skips","md":"https://skillfed.io/packages/pytest-error-for-skips.md","pypi":"https://pypi.org/project/pytest-error-for-skips/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-12-19","license_spdx":null,"license_treatment":"permissive","name":"pytest-error-for-skips","python_support":"supports_current","summary":"Pytest plugin to treat skipped tests a test failure"},"popularity":{"monthly_downloads":74713,"position":14799,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.2"}
