Skip to content

Commit aa6cae9

Browse files
committed
fix: limit xdist
1 parent 121b214 commit aa6cae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test_requires =
3333
pytest >= 4.4.0, < 6.0.0
3434
pytest-cov
3535
pytest-env
36-
pytest-xdist
36+
pytest-xdist < 2.0
3737
pytest-rerunfailures
3838
codecov
3939
numpy
@@ -65,7 +65,7 @@ test =
6565
pytest >= 4.4.0, < 6.0.0
6666
pytest-cov
6767
pytest-env
68-
pytest-xdist
68+
pytest-xdist < 2.0
6969
pytest-rerunfailures
7070
codecov
7171
numpy

0 commit comments

Comments
 (0)