]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135329: Remove flaky test_repl_eio test (gh-145932)
authorSam Gross <colesbury@gmail.com>
Mon, 16 Mar 2026 15:08:07 +0000 (11:08 -0400)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 15:08:07 +0000 (11:08 -0400)
commite18abc6a1f1b60434b529d4c1ff4855acde0fd13
tree54b36a2b06f3f7478761871a6c8b0f0655881c88
parent182aea2f57002dcea39dfdfe3faf642d724dd80b
gh-135329: Remove flaky test_repl_eio test (gh-145932)

The test doesn't actually test any pyrepl code (it runs Python with -S)
and has a race condition that causes intermittent timeouts on CI.
Lib/test/test_pyrepl/eio_test_script.py [deleted file]
Lib/test/test_pyrepl/test_unix_console.py