# HG changeset patch -- Bitbucket.org
# Project py
# URL http://bitbucket.org/hpk42/py/overview
# User holger krekel <hol...@merlinux.eu>
# Date 1290529133 -3600
# Node ID 572f3f908bceffa7bfe1590846e711a41b7f9524
# Parent  c4f9141c8ef5678cc4909f31faac048ce928c9d6
depend on correct pytest version

--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,7 @@ indexserver=
 [testenv]
 changedir=testing
 commands=py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
+deps=pytest>=2.0.0.dev34
 
 [testenv:py27-xdist]
 basepython=python2.7
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to