diff options
| author | holger krekel <holger@merlinux.eu> | 2014-05-08 20:45:30 +0200 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2014-05-08 20:45:30 +0200 |
| commit | b73c934ca899b34b6c7a58386fe0238d675311c3 (patch) | |
| tree | 2c56b58a7dcd78e045e8de35be2d2aea9f1d74a0 /tests | |
| parent | 54216f01ad2ada6ad15096bde410aaba36a976ea (diff) | |
| parent | 3bd552c799ea29f90eb6a759cd4270a9681bc55d (diff) | |
| download | tox-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.py | 2 |
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") |
