##// END OF EJS Templates
tests: add optional Python 2.7 deprecation output...
Gregory Szorc -
r41672:14983ac4 default
parent child Browse files
Show More
@@ -238,6 +238,7 b' ancient virtualenv from their linux dist'
238 the default for them.
238 the default for them.
239 $ unset PYTHONPATH
239 $ unset PYTHONPATH
240 $ "$PYTHON" -m virtualenv --no-site-packages --never-download installenv >> pip.log
240 $ "$PYTHON" -m virtualenv --no-site-packages --never-download installenv >> pip.log
241 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. (?)
241 Note: we use this weird path to run pip and hg to avoid platform differences,
242 Note: we use this weird path to run pip and hg to avoid platform differences,
242 since it's bin on most platforms but Scripts on Windows.
243 since it's bin on most platforms but Scripts on Windows.
243 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
244 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
General Comments 0
You need to be logged in to leave comments. Login now