Force to use xdist >= 1.13
This commit is contained in:
parent
f730291904
commit
359f248729
6
tox.ini
6
tox.ini
|
@ -22,7 +22,7 @@ deps=
|
|||
[testenv:py27-subprocess]
|
||||
changedir=.
|
||||
basepython=python2.7
|
||||
deps=pytest-xdist
|
||||
deps=pytest-xdist>=1.13
|
||||
mock
|
||||
nose
|
||||
commands=
|
||||
|
@ -37,7 +37,7 @@ deps = pytest-flakes>=0.2
|
|||
commands = py.test --flakes -m flakes _pytest testing
|
||||
|
||||
[testenv:py27-xdist]
|
||||
deps=pytest-xdist
|
||||
deps=pytest-xdist>=1.13
|
||||
mock
|
||||
nose
|
||||
commands=
|
||||
|
@ -63,7 +63,7 @@ commands=
|
|||
py.test -rfsxX test_pdb.py test_terminal.py test_unittest.py
|
||||
|
||||
[testenv:py27-nobyte]
|
||||
deps=pytest-xdist
|
||||
deps=pytest-xdist>=1.13
|
||||
distribute=true
|
||||
setenv=
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
|
|
Loading…
Reference in New Issue