comparison tests/test-install.t @ 51709:57f0b86611c7

test-install: add new glob for the upgrade notice in newer versions of pip We only globbed for the old warning, newer versions of pip use a cleaner one.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 22 Jul 2024 14:19:12 +0200
parents 7f0cb9ee0534
children
comparison
equal deleted inserted replaced
51708:3131445a831b 51709:57f0b86611c7
214 since it's bin on most platforms but Scripts on Windows. 214 since it's bin on most platforms but Scripts on Windows.
215 $ ./installenv/*/pip install $TESTDIR/.. >> pip.log 215 $ ./installenv/*/pip install $TESTDIR/.. >> pip.log
216 Failed building wheel for mercurial (?) 216 Failed building wheel for mercurial (?)
217 WARNING: You are using pip version *; however, version * is available. (glob) (?) 217 WARNING: You are using pip version *; however, version * is available. (glob) (?)
218 You should consider upgrading via the '$TESTTMP/installenv/bin/python* -m pip install --upgrade pip' command. (glob) (?) 218 You should consider upgrading via the '$TESTTMP/installenv/bin/python* -m pip install --upgrade pip' command. (glob) (?)
219 (?)
220 [notice] A new release of pip is available: * -> * (glob) (?)
221 [notice] To update, run: python -m pip install --upgrade pip (?)
219 $ ./installenv/*/hg debuginstall || cat pip.log 222 $ ./installenv/*/hg debuginstall || cat pip.log
220 checking encoding (ascii)... 223 checking encoding (ascii)...
221 checking Python executable (*) (glob) 224 checking Python executable (*) (glob)
222 checking Python implementation (*) (glob) 225 checking Python implementation (*) (glob)
223 checking Python version (3.*) (glob) 226 checking Python version (3.*) (glob)