##// END OF EJS Templates
tests: look for additional pip warning variant...
Gregory Szorc -
r43276:d6f34ceb default
parent child Browse files
Show More
@@ -249,10 +249,12 b' the default for them.'
249 $ unset PYTHONPATH
249 $ unset PYTHONPATH
250 $ "$PYTHON" -m virtualenv --no-site-packages --never-download installenv >> pip.log
250 $ "$PYTHON" -m virtualenv --no-site-packages --never-download installenv >> pip.log
251 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. (?)
251 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. (?)
252 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. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support (?)
252 Note: we use this weird path to run pip and hg to avoid platform differences,
253 Note: we use this weird path to run pip and hg to avoid platform differences,
253 since it's bin on most platforms but Scripts on Windows.
254 since it's bin on most platforms but Scripts on Windows.
254 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
255 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
255 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. (?)
256 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. (?)
257 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. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support (?)
256 $ ./installenv/*/hg debuginstall || cat pip.log
258 $ ./installenv/*/hg debuginstall || cat pip.log
257 checking encoding (ascii)...
259 checking encoding (ascii)...
258 checking Python executable (*) (glob)
260 checking Python executable (*) (glob)
General Comments 0
You need to be logged in to leave comments. Login now