##// END OF EJS Templates
tests: add optional output for Python 2.7 deprecation...
Gregory Szorc -
r42233:65ed2236 default
parent child Browse files
Show More
@@ -242,6 +242,7 b' the default for them.'
242 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,
243 since it's bin on most platforms but Scripts on Windows.
243 since it's bin on most platforms but Scripts on Windows.
244 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
244 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
245 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. (?)
245 $ ./installenv/*/hg debuginstall || cat pip.log
246 $ ./installenv/*/hg debuginstall || cat pip.log
246 checking encoding (ascii)...
247 checking encoding (ascii)...
247 checking Python executable (*) (glob)
248 checking Python executable (*) (glob)
General Comments 0
You need to be logged in to leave comments. Login now