Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
[dependencies] remove pytest-randomly
Browse files Browse the repository at this point in the history
pytest-randomly was reintroduced as part of a [dependencies sync](94a79b9), but if seems to cause an occasional test failure in CI. Removing it for now.
  • Loading branch information
josh-hadley committed Jul 24, 2022
1 parent 94a79b9 commit 674fb6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pytest-cov==3.0.0
pytest-xdist==2.5.0
pytest-randomly==3.12
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 674fb6c

Please sign in to comment.