[Python-modules-commits] [tox] 23/69: Prevent failures due to inability to download pytest.
Barry Warsaw
barry at moszumanska.debian.org
Fri Sep 5 23:26:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository tox.
commit c02695141f926d0e7dd859371b1af8e1aa8c893f
Author: Barry Warsaw <barry at debian.org>
Date: Tue Aug 20 21:48:05 2013 -0400
Prevent failures due to inability to download pytest.
Just get this from the archive during builds.
Forwarded: not-needed
Patch-Name: testenv-deps.patch
---
tox.ini | 2 --
1 file changed, 2 deletions(-)
diff --git a/tox.ini b/tox.ini
index 8075dd4..9e507db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,13 +7,11 @@ commands=echo {posargs}
[testenv]
commands=py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs}
-deps=pytest>=2.3.5
[testenv:docs]
basepython=python
changedir=doc
deps=sphinx
- {[testenv]deps}
commands=
py.test -v \
--junitxml={envlogdir}/junit-{envname}.xml \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tox.git
More information about the Python-modules-commits
mailing list