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 85addb4 commit 90694b0Copy full SHA for 90694b0
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