Skip to content

Commit

Permalink
Exclude pytest-xdist 3.0.2 (#3356)
Browse files Browse the repository at this point in the history
We're getting warnings like https://github.com/psf/black/actions/runs/3325521041/jobs/5498291478 and I'm not sure how to fix them. I'll open an issue for a long-term solution, but for now avoid 3.0.2 to unbreak CI.
  • Loading branch information
JelleZijlstra authored Oct 26, 2022
1 parent 4abc039 commit 527248b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage >= 5.3
pre-commit
pytest >= 6.1.1
pytest-xdist >= 2.2.1
pytest-xdist >= 2.2.1, < 3.0.2
pytest-cov >= 2.11.1
tox

0 comments on commit 527248b

Please sign in to comment.