tests/test-install.t
changeset 42066 65ed223619ec
parent 41920 c68a1df5c79a
child 42652 684b56ade431
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 !)