diff --git a/setup.py b/setup.py index b97613d..4da7011 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ ], extras_require={ "tests": [ - "pytest-cov==6.*", + "pytest-cov>=6,<8", "pytest-instafail==0.5.*", "pytest-mock==3.*", "pytest-watch==4.*",