changeset 33727:404b6acfa192

tests: don't touch the network when using virtualenv
author Danek Duvall <danek.duvall@oracle.com>
date Mon, 19 Jun 2017 16:08:20 -0700
parents 750c3b1bb8a3
children 0ce2cbebd749
files tests/test-install.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-install.t
+++ b/tests/test-install.t
@@ -185,7 +185,7 @@
 ancient virtualenv from their linux distro or similar and it's not yet
 the default for them.
   $ unset PYTHONPATH
-  $ $PYTHON -m virtualenv --no-site-packages installenv >> pip.log
+  $ $PYTHON -m virtualenv --no-site-packages --never-download installenv >> pip.log
 Note: we use this weird path to run pip and hg to avoid platform differences,
 since it's bin on most platforms but Scripts on Windows.
   $ ./installenv/*/pip install $TESTDIR/.. >> pip.log