diff --git a/setup.py b/setup.py index 22d1224..7f2daf0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ reqs = [] extras_require = { - "test": ["pytest~=8.0", "pytest-cov~=5.0"], + "test": ["pytest~=8.0", "pytest-cov>=5,<7"], "hook": ["pre-commit~=4.0"], "lint": ["ruff~=0.2"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.24", "mike~=2.0"],