mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
This commit is contained in:
parent
4a3a682b12
commit
5f79f46612
6 changed files with 8 additions and 7 deletions
|
@ -513,7 +513,7 @@ class EnsurePipTest(BaseTest):
|
|||
# executing pip with sudo, you may want sudo's -H flag."
|
||||
# where $HOME is replaced by the HOME environment variable.
|
||||
err = re.sub("^(WARNING: )?The directory .* or its parent directory "
|
||||
"is not owned by the current user .*$", "",
|
||||
"is not owned or is not writable by the current user.*$", "",
|
||||
err, flags=re.MULTILINE)
|
||||
self.assertEqual(err.rstrip(), "")
|
||||
# Being fairly specific regarding the expected behaviour for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue