diff --git a/setup.py b/setup.py index c1131088..f5c619dc 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ class PyTest(TestCommand): tests_require = [ "pytest>=7,<8", "pytest-benchmark>=4,<5", - "pytest-cov>=5,<6", + "pytest-cov>=4,<5", "pytest-mock>=3,<4", "pytest-asyncio>=0.16,<2", "snapshottest>=0.6,<1",