We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1761e1b commit 0a90c28Copy full SHA for 0a90c28
Lib/test/test_venv.py
@@ -513,7 +513,7 @@ def do_test_with_pip(self, system_site_packages):
513
# executing pip with sudo, you may want sudo's -H flag."
514
# where $HOME is replaced by the HOME environment variable.
515
err = re.sub("^(WARNING: )?The directory .* or its parent directory "
516
- "is not owned by the current user .*$", "",
+ "is not owned or is not writable by the current user.*$", "",
517
err, flags=re.MULTILINE)
518
self.assertEqual(err.rstrip(), "")
519
# Being fairly specific regarding the expected behaviour for the
0 commit comments