Skip to content

Commit

Permalink
Merge pull request #42 from myakove/fix-tox-pytest-xdist
Browse files Browse the repository at this point in the history
Pin pytest-xdist==1.21.0 for python 3.6.
  • Loading branch information
els-pnw authored May 22, 2019
2 parents 5042b5d + e5c3557 commit 284222b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ envlist = py{27,36}-pytest{361,431}
[testenv]
deps =
pytest361: pytest==3.6.1
pytest431: pytest==4.3.1
pytest-xdist
pytest361: pytest-xdist==1.21.0
pytest431: pytest-xdist
pytest-cov
commands=
pytest \
Expand Down

0 comments on commit 284222b

Please sign in to comment.