Skip to content

Commit 182d8da

Browse files
committed
fix: remove test_root_and_prefix_mutual_exclusive
It is made incorrect by the previous commit.
1 parent 00bf1e7 commit 182d8da

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Lib/test/test_ensurepip.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ def test_bootstrapping_with_prefix(self):
131131
unittest.mock.ANY,
132132
)
133133

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-
139134
def test_bootstrapping_with_user(self):
140135
ensurepip.bootstrap(user=True)
141136

0 commit comments

Comments
 (0)