comparison tests/test-install.t @ 42066:65ed223619ec

tests: add optional output for Python 2.7 deprecation We already had one of these a few lines above. We need it here as well. Differential Revision: https://phab.mercurial-scm.org/D6203
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 04 Apr 2019 18:20:36 -0700
parents c68a1df5c79a
children 684b56ade431
comparison
equal deleted inserted replaced
42065:fecbd93a5f08 42066:65ed223619ec
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 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. (?)
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)
248 checking Python version (2.*) (glob) (no-py3 !) 249 checking Python version (2.*) (glob) (no-py3 !)
249 checking Python version (3.*) (glob) (py3 !) 250 checking Python version (3.*) (glob) (py3 !)