summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-05-08 20:45:30 +0200
committerholger krekel <holger@merlinux.eu>2014-05-08 20:45:30 +0200
commitb73c934ca899b34b6c7a58386fe0238d675311c3 (patch)
tree2c56b58a7dcd78e045e8de35be2d2aea9f1d74a0 /tests
parent54216f01ad2ada6ad15096bde410aaba36a976ea (diff)
parent3bd552c799ea29f90eb6a759cd4270a9681bc55d (diff)
downloadtox-b73c934ca899b34b6c7a58386fe0238d675311c3.tar.gz
Merged in aconrad/tox/fix_test_sdistonly (pull request #103)
make test more specific, less prone to failures
Diffstat (limited to 'tests')
-rw-r--r--tests/test_z_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_z_cmdline.py b/tests/test_z_cmdline.py
index 537db5d..2e10c24 100644
--- a/tests/test_z_cmdline.py
+++ b/tests/test_z_cmdline.py
@@ -565,7 +565,7 @@ def test_sdistonly(initproj, cmd):
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")