]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135329: Remove flaky test_repl_eio test (gh-145932) (#146029)
authorSam Gross <colesbury@gmail.com>
Mon, 16 Mar 2026 16:11:56 +0000 (12:11 -0400)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 16:11:56 +0000 (16:11 +0000)
commit5a13df1ec8b740603e236241f570e2384cb07307
treec6f213d0fa6a450cbefa5ba52bc4c8f30e8ad8c1
parentd16ecc6c3626f0e2cc8f08c309c83934e8a979dd
[3.13] gh-135329: Remove flaky test_repl_eio test (gh-145932) (#146029)

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.

(cherry picked from commit e18abc6a1f1b60434b529d4c1ff4855acde0fd13)
Lib/test/test_pyrepl/eio_test_script.py [deleted file]
Lib/test/test_pyrepl/test_unix_console.py