We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066fb86 commit bdf8b7bCopy full SHA for bdf8b7b
1 file changed
Lib/test/test_ensurepip.py
@@ -110,11 +110,6 @@ def test_bootstrapping_with_prefix(self):
110
unittest.mock.ANY,
111
)
112
113
- def test_root_and_prefix_mutual_exclusive(self):
114
- with self.assertRaises(ValueError):
115
- ensurepip.bootstrap(root="", prefix="")
116
- self.assertFalse(self.run_pip.called)
117
-
118
def test_bootstrapping_with_user(self):
119
ensurepip.bootstrap(user=True)
120
0 commit comments