Skip to content

Commit 284222b

Browse files
authored
Merge pull request #42 from myakove/fix-tox-pytest-xdist
Pin pytest-xdist==1.21.0 for python 3.6.
2 parents 5042b5d + e5c3557 commit 284222b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ envlist = py{27,36}-pytest{361,431}
88
[testenv]
99
deps =
1010
pytest361: pytest==3.6.1
11-
pytest431: pytest==4.3.1
12-
pytest-xdist
11+
pytest361: pytest-xdist==1.21.0
12+
pytest431: pytest-xdist
1313
pytest-cov
1414
commands=
1515
pytest \

0 commit comments

Comments
 (0)