Skip to content

Commit

Permalink
Restrict pytest-xdist version number to support Python 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
int19h committed Aug 19, 2020
1 parent 5087603 commit 17ff9c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
# pytest>=5 does not support Python 2.7
pytest<5

# pytest-xdist>=2 does not support Python 2.7
pytest-xdist<2

pytest-cov
pytest-timeout
pytest-xdist
tox

## Used by test helpers:
Expand Down

0 comments on commit 17ff9c8

Please sign in to comment.