{"library":"pytest-skip-slow","type":"library","category":null,"description":"pytest-skip-slow is a pytest plugin that enhances test execution by allowing users to mark tests as 'slow'. By default, tests marked with `@pytest.mark.slow` are skipped, helping maintain a fast local development feedback loop. These slow tests can then be explicitly included using the `--slow` command-line option. The current version is 0.0.5, released in February 2023, indicating a mature but infrequently updated project.","language":"python","status":"active","version":"0.0.5","tags":["pytest","plugin","testing","skip","slow","performance"],"install":[{"cmd":"pip install pytest-skip-slow","imports":["import pytest\n\n@pytest.mark.slow\ndef test_my_slow_function():\n    ..."]}],"homepage":null,"github":"https://github.com/okken/pytest-skip-slow","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pytest-skip-slow/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.7,"avg_import_s":0.42,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pytest-skip-slow/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}