From 359f248729b8e44c32f8bc1f11155f2604f0a773 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 18 Aug 2015 07:32:33 -0300 Subject: [PATCH] Force to use xdist >= 1.13 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index c5dfa03f9..73ecdfb45 100644 --- a/tox.ini +++ b/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