Skip to content

Commit 4331577

Browse files
committed
fix test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root
1 parent f27fd1c commit 4331577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ensurepip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_bootstrapping_with_root(self):
9494
self.run_pip.assert_called_once_with(
9595
[
9696
"install", "--no-cache-dir", "--no-index", "--find-links",
97-
unittest.mock.ANY, "--root", "/foo/bar/",
97+
unittest.mock.ANY, "--root", "/foo/bar/", "--prefix", unittest.mock.ANY,
9898
"pip",
9999
],
100100
unittest.mock.ANY,

0 commit comments

Comments
 (0)