1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/eb294a76305a/ Changeset: eb294a76305a User: hpk42 Date: 2014-05-08 20:45:30 Summary: Merged in aconrad/tox/fix_test_sdistonly (pull request #103)
make test more specific, less prone to failures Affected #: 1 file diff -r dd8cf6df144ace26df9fe2ecacd56680b6c032bc -r eb294a76305a09c153b5e21ed5a0c1bc55a3400d tests/test_z_cmdline.py --- a/tests/test_z_cmdline.py +++ b/tests/test_z_cmdline.py @@ -565,7 +565,7 @@ result.stdout.fnmatch_lines([ "*sdist-make*setup.py*", ]) - assert "virtualenv" not in result.stdout.str() + assert "-mvirtualenv" not in result.stdout.str() def test_separate_sdist_no_sdistfile(cmd, initproj): distshare = cmd.tmpdir.join("distshare") Repository URL: https://bitbucket.org/hpk42/tox/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit