# HG changeset patch # User Raphaël Gomès # Date 1721650752 -7200 # Node ID 4f4f65c67729bddb8f82d9581e60e3f8f891f3f3 # Parent 6aa74bcd4255d7ed6a8f2001e796b439a96939bc 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. diff -r 6aa74bcd4255 -r 4f4f65c67729 tests/test-install.t --- a/tests/test-install.t Thu Jul 18 15:48:05 2024 +0200 +++ b/tests/test-install.t Mon Jul 22 14:19:12 2024 +0200 @@ -216,6 +216,9 @@ Failed building wheel for mercurial (?) WARNING: You are using pip version *; however, version * is available. (glob) (?) You should consider upgrading via the '$TESTTMP/installenv/bin/python* -m pip install --upgrade pip' command. (glob) (?) + (?) + [notice] A new release of pip is available: * -> * (glob) (?) + [notice] To update, run: python -m pip install --upgrade pip (?) $ ./installenv/*/hg debuginstall || cat pip.log checking encoding (ascii)... checking Python executable (*) (glob)