Exclude pytest-xdist 3.0.2 (#3356)

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.
This commit is contained in:
Jelle Zijlstra 2022-10-25 19:03:24 -07:00 committed by GitHub
parent 4abc0399b5
commit 527248b389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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