diff --git a/setup.py b/setup.py index 96ce77f..fc7238e 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ "pytest-xdist>=3.3.1,<4.0", "pytest>=7.4.0,<8.0", "pytest-ansible>=4.1.0,<5.0", - "pytest-cov>=4.1.0 ,<5.0", + "pytest-cov>=5,<5.1", ], }, packages=find_packages(exclude=["tests*"]),