Skip to content

Commit 85addb4

Browse files
committed
fix: remove test_root_and_prefix_mutual_exclusive
It is made incorrect by the previous commit.
1 parent d586aad commit 85addb4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Lib/test/test_ensurepip.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ def test_bootstrapping_with_prefix(self):
110110
unittest.mock.ANY,
111111
)
112112

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-
118113
def test_bootstrapping_with_user(self):
119114
ensurepip.bootstrap(user=True)
120115

0 commit comments

Comments
 (0)