##// END OF EJS Templates
tests: use `--no-cache-dir` with `pip`...
Matt Harbison -
r53221:519a997b stable
parent child Browse files
Show More
@@ -214,7 +214,7 our virtual env. Then pip doesn't think
214 214
215 215 Note: we use this weird path to run pip and hg to avoid platform differences,
216 216 since it's bin on most platforms but Scripts on Windows.
217 $ (syshgenv; ./installenv/*/pip install $TESTDIR/.. >> pip.log)
217 $ (syshgenv; ./installenv/*/pip --no-cache-dir install $TESTDIR/.. >> pip.log)
218 218 Failed building wheel for mercurial (?)
219 219 WARNING: You are using pip version *; however, version * is available. (glob) (?)
220 220 You should consider upgrading via the '$TESTTMP/installenv/bin/python* -m pip install --upgrade pip' command. (glob) (?)
General Comments 0
You need to be logged in to leave comments. Login now