[py-svn] pytest-xdist commit f4c1b7411063: another fix to tox.ini

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Nov 13 22:25:01 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <holger at merlinux.eu>
# Date 1289683493 -3600
# Node ID f4c1b7411063e811e9925056d3d532df44302f71
# Parent  b2582a5bd27955f9a993a98d21f555be95e6cbb3
another fix to tox.ini

--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands= py.test --junitxml={envlogdir}
 [testenv:py26]
 deps=
     pytest
-    pypi pexpect
+    :pypi:pexpect
 
 [pytest]
 addopts = -rsfxX



More information about the pytest-commit mailing list