Skip to content

Commit

Permalink
fix: limit xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Sep 26, 2020
1 parent 121b214 commit aa6cae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test_requires =
pytest >= 4.4.0, < 6.0.0
pytest-cov
pytest-env
pytest-xdist
pytest-xdist < 2.0
pytest-rerunfailures
codecov
numpy
Expand Down Expand Up @@ -65,7 +65,7 @@ test =
pytest >= 4.4.0, < 6.0.0
pytest-cov
pytest-env
pytest-xdist
pytest-xdist < 2.0
pytest-rerunfailures
codecov
numpy
Expand Down

0 comments on commit aa6cae9

Please sign in to comment.