1 new changeset in pytest-xdist:

http://bitbucket.org/hpk42/pytest-xdist/changeset/52e15109500c/
changeset:   52e15109500c
user:        hpk42
date:        2011-07-07 23:14:34
summary:     pull pytest from testrun  for py26
affected #:  1 file (174 bytes)

--- a/tox.ini   Sun Apr 17 23:10:37 2011 +0200
+++ b/tox.ini   Thu Jul 07 23:14:34 2011 +0200
@@ -1,18 +1,22 @@
 [tox]
 envlist=py26,py31,py27,py25,py24
 indexserver=
-    default = http://pypi.testrun.org
+    testrun = http://pypi.testrun.org
     pypi = http://pypi.python.org/simple
 
 [testenv]
+changedir=testing
+deps=:testrun:pytest
+commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
 
-changedir=testing
-deps=pytest
-commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
+[testenv:py31]
+deps=:pypi:pytest  # XXX needed because ClueRelease/pip broken
+[testenv:py32]
+deps=:pypi:pytest  # XXX needed because ClueRelease/pip broken
 
 [testenv:py26]
 deps=
-    pytest
+    :testrun:pytest
     :pypi:pexpect
 
 [pytest]

Repository URL: https://bitbucket.org/hpk42/pytest-xdist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to