Force to use xdist >= 1.13
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user