We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf8b7b commit e1d4b79Copy full SHA for e1d4b79
1 file changed
Lib/test/test_ensurepip.py
@@ -94,7 +94,7 @@ def test_bootstrapping_with_root(self):
94
self.run_pip.assert_called_once_with(
95
[
96
"install", "--no-cache-dir", "--no-index", "--find-links",
97
- unittest.mock.ANY, "--root", "/foo/bar/",
+ unittest.mock.ANY, "--root", "/foo/bar/", "--prefix", unittest.mock.ANY,
98
"pip",
99
],
100
unittest.mock.ANY,
0 commit comments