{"library":"pytest-retry","type":"library","category":null,"description":"pytest-retry is a plugin for Pytest that adds the ability to retry flaky tests, improving the consistency of test suite results. It currently supports Python 3.9+ and pytest 7.0.0+. The library maintains an active release cadence with regular updates.","language":"python","status":"active","version":"1.7.0","tags":["pytest","testing","retry","flaky","ci"],"install":[{"cmd":"pip install pytest-retry","imports":["import pytest\n\n@pytest.mark.flaky(retries=3, delay=1)\ndef test_something_flaky():\n    # Test implementation\n    pass"]}],"homepage":null,"github":"https://github.com/str0zzapreti/pytest-retry","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pytest-retry/","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.49,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pytest-retry/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}