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]
|
[testenv:py27-subprocess]
|
||||||
changedir=.
|
changedir=.
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
deps=pytest-xdist
|
deps=pytest-xdist>=1.13
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
commands=
|
commands=
|
||||||
|
@ -37,7 +37,7 @@ deps = pytest-flakes>=0.2
|
||||||
commands = py.test --flakes -m flakes _pytest testing
|
commands = py.test --flakes -m flakes _pytest testing
|
||||||
|
|
||||||
[testenv:py27-xdist]
|
[testenv:py27-xdist]
|
||||||
deps=pytest-xdist
|
deps=pytest-xdist>=1.13
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
commands=
|
commands=
|
||||||
|
@ -63,7 +63,7 @@ commands=
|
||||||
py.test -rfsxX test_pdb.py test_terminal.py test_unittest.py
|
py.test -rfsxX test_pdb.py test_terminal.py test_unittest.py
|
||||||
|
|
||||||
[testenv:py27-nobyte]
|
[testenv:py27-nobyte]
|
||||||
deps=pytest-xdist
|
deps=pytest-xdist>=1.13
|
||||||
distribute=true
|
distribute=true
|
||||||
setenv=
|
setenv=
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
Loading…
Reference in New Issue