tests/test-install.t
branchstable
changeset 47844 fa50f208de73
parent 46604 ad107ed7a4aa
child 47845 887838316d3c
equal deleted inserted replaced
47843:fcd464e6a482 47844:fa50f208de73
   182 On Python 2, we use the 3rd party virtualenv module, if available.
   182 On Python 2, we use the 3rd party virtualenv module, if available.
   183 
   183 
   184   $ cd $TESTTMP
   184   $ cd $TESTTMP
   185   $ unset PYTHONPATH
   185   $ unset PYTHONPATH
   186 
   186 
   187 #if py3 ensurepip network-io
   187 #if py3 ensurepip network-io no-pyoxidizer
   188   $ "$PYTHON" -m venv installenv >> pip.log
   188   $ "$PYTHON" -m venv installenv >> pip.log
   189 
   189 
   190 Hack: Debian does something a bit different in ensurepip.bootstrap. This makes
   190 Hack: Debian does something a bit different in ensurepip.bootstrap. This makes
   191 it so that pip thinks the 'wheel' wheel is installed so it can build wheels;
   191 it so that pip thinks the 'wheel' wheel is installed so it can build wheels;
   192 when it goes to try, however, it shells out to run `python3 -u <setup.py>`,
   192 when it goes to try, however, it shells out to run `python3 -u <setup.py>`,
   222   checking commit editor... (*) (glob)
   222   checking commit editor... (*) (glob)
   223   checking username (test)
   223   checking username (test)
   224   no problems detected
   224   no problems detected
   225 #endif
   225 #endif
   226 
   226 
   227 #if virtualenv no-py3 network-io
   227 #if virtualenv no-py3 network-io no-pyoxidizer
   228 
   228 
   229 Note: --no-site-packages is the default for all versions enabled by hghave
   229 Note: --no-site-packages is the default for all versions enabled by hghave
   230 
   230 
   231   $ "$PYTHON" -m virtualenv installenv >> pip.log
   231   $ "$PYTHON" -m virtualenv installenv >> pip.log
   232   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. (?)
   232   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. (?)