[Python-modules-commits] [tox] 16/69: pytest-dep-version
Barry Warsaw
barry at moszumanska.debian.org
Fri Sep 5 23:26:24 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 641a14e1796f87d11b56a1fb602f72cb8e0160de
Author: Barry Warsaw <barry at debian.org>
Date: Mon Jul 15 13:47:06 2013 -0400
pytest-dep-version
Patch-Name: pytest-dep-version.patch
---
tox.ini | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/tox.ini b/tox.ini
index acc1d39..4deebcb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,9 +6,12 @@ sitepackages=True
commands=echo {posargs}
[testenv]
-commands=py.test --instafail --junitxml={envlogdir}/junit-{envname}.xml {posargs}
-deps=pytest==2.3.4
- pytest-instafail
+#commands=py.test --instafail --junitxml={envlogdir}/junit-{envname}.xml {posargs}
+#deps=
+# pytest-instafail
+
+commands=py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs}
+deps=
[testenv:py25]
setenvs =
--
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