tests/test-install.t
changeset 32944 404b6acfa192
parent 32940 75be14993fda
child 32954 b5305a499dfc
--- a/tests/test-install.t	Sat Jun 03 17:32:52 2017 -0700
+++ b/tests/test-install.t	Mon Jun 19 16:08:20 2017 -0700
@@ -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