{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/4"}],"enrichment":{"capability":"A pytest plugin that skips tests marked with `@pytest.mark.slow` or `@pytest.mark.hugemem` by default, and includes them only when you pass `--slow` or `--hugemem` flags.","skillfed_tags":["pytest-plugin","test-filtering"],"use_cases":["Skip long-running integration or end-to-end tests during local development, running only fast unit tests by default.","Exclude memory-intensive tests from CI pipelines that run on resource-constrained agents, enabling them only on dedicated hardware.","Maintain a single test suite where developers can opt into slow tests with a single flag when debugging or validating a full test run.","Separate performance or stress tests from the standard test flow without removing them from the codebase."],"what_it_does":"pytest-skip-slow is a pytest plugin that automatically skips tests marked with `@pytest.mark.slow` or `@pytest.mark.hugemem` during normal test runs. This lets you maintain a comprehensive test suite without slowing down everyday development cycles\u2014developers run the full suite only when explicitly requested via `--slow` or `--hugemem` flags, or in CI/CD pipelines where you want to catch all issues.\n\nThe plugin integrates directly into pytest's marker system, so you simply decorate slow or memory-intensive tests with the appropriate marker and the plugin handles the rest. It's a lightweight, zero-configuration addition to pytest that requires only pytest as a dependency and works with Python 3.8 and later.","worth_installing":"Yes. This is a lightweight, actively maintained plugin with no security issues, low install friction, and a clear, focused purpose. If your test suite includes slow or memory-intensive tests that you want to skip by default during development, it solves that problem with minimal overhead and no configuration required."},"id":"pytest-skip-slow","links":{"html":"https://skillfed.io/packages/pytest-skip-slow","md":"https://skillfed.io/packages/pytest-skip-slow.md","pypi":"https://pypi.org/project/pytest-skip-slow/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-27","license_spdx":"MIT","license_treatment":"permissive","name":"pytest-skip-slow","python_support":"supports_current","summary":"A pytest plugin to skip `@pytest.mark.slow` tests by default. "},"popularity":{"monthly_downloads":244208,"position":8760,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
