Skip to content

Commit e5c3557

Browse files
committed
Pin pytest-xdist==1.21.0 for python 3.6.
xdist > 1.21.0 required pytest > 4.4.0
1 parent 5042b5d commit e5c3557

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)