diff --git a/dev-requirements.txt b/dev-requirements.txt index 52714d0aa..dabd0a841 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,2 @@ -coverage>=5.0.1 -pytest==7.1.2 pytest-cov==3.0.0 pytest-xdist==2.5.0 diff --git a/setup.py b/setup.py index ee7cbc92e..8fcd00e2c 100644 --- a/setup.py +++ b/setup.py @@ -588,10 +588,8 @@ def run(self): ], extras_require={ "testing": [ - "pytest >=7.1.2, <8", "pytest-cov >=3, <4", "pytest-xdist >=2.5.0, <2.6.0", - "pytest-randomly >=3.12, <4", ], }, cmdclass=cmdclass,