diff --git a/dev-requirements.txt b/dev-requirements.txt index 6683bcadc..dabd0a841 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,2 @@ pytest-cov==3.0.0 pytest-xdist==2.5.0 -pytest-randomly==3.12 diff --git a/setup.py b/setup.py index aa69352b7..8fcd00e2c 100644 --- a/setup.py +++ b/setup.py @@ -590,7 +590,6 @@ def run(self): "testing": [ "pytest-cov >=3, <4", "pytest-xdist >=2.5.0, <2.6.0", - "pytest-randomly >=3.12, <4", ], }, cmdclass=cmdclass,