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 00bf1e7 commit 182d8daCopy full SHA for 182d8da
1 file changed
Lib/test/test_ensurepip.py
@@ -131,11 +131,6 @@ def test_bootstrapping_with_prefix(self):
131
unittest.mock.ANY,
132
)
133
134
- def test_root_and_prefix_mutual_exclusive(self):
135
- with self.assertRaises(ValueError):
136
- ensurepip.bootstrap(root="", prefix="")
137
- self.assertFalse(self.run_pip.called)
138
-
139
def test_bootstrapping_with_user(self):
140
ensurepip.bootstrap(user=True)
141
0 commit comments