Mercurial > hg-stable
changeset 32962: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 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