[Python-modules-commits] [tox] 57/69: Another test skip.

Barry Warsaw barry at moszumanska.debian.org
Fri Sep 5 23:26:30 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 9f9790d50e508013b5632ae94930869e5edd215e
Author: Barry Warsaw <barry at python.org>
Date:   Fri Sep 5 18:46:44 2014 -0400

    Another test skip.
---
 tests/test_venv.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_venv.py b/tests/test_venv.py
index 6482e09..cde9b16 100644
--- a/tests/test_venv.py
+++ b/tests/test_venv.py
@@ -268,6 +268,7 @@ def test_install_error(newmocksession, monkeypatch):
     mocksession.report.expect("error", "*not find*qwelkqw*")
     assert venv.status == "commands failed"
 
+ at pytest.mark.skipif(os.environ.get('DEB_SKIP_TOX_TESTS'), reason='Use DEP-8')
 def test_install_command_not_installed(newmocksession, monkeypatch):
     mocksession = newmocksession(['--recreate'], """
         [testenv]

-- 
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