Skip to content

Commit 0781d23

Browse files
committed
Fix _run_bisect()
1 parent 178ab69 commit 0781d23

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Lib/test/libregrtest/main.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,6 @@ def _run_bisect(self, runtests: RunTests, test: str, progress: str) -> bool:
282282
print("#" * len(title))
283283
print()
284284

285-
if self.python_cmd:
286-
# Temp patch for https://github.com/python/cpython/issues/94052
287-
self.log(
288-
"Bisect failed tests is not supported with --python "
289-
"host runner option."
290-
)
291-
return
292-
293285
cmd = runtests.create_python_cmd()
294286
cmd.extend([
295287
"-m", "test.bisect_cmd",

0 commit comments

Comments
 (0)