]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135329: Remove flaky test_repl_eio test (gh-145932) (#146028)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Mar 2026 15:42:47 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 15:42:47 +0000 (11:42 -0400)
commit9743d88334addede9763c73817bda6b1ad0562c7
treeea6461ec9c7e593ed50da6973aeeb86045c96669
parent62ceb396fcbe69da1ded3702de586f4072b590dd
[3.14] gh-135329: Remove flaky test_repl_eio test (gh-145932) (#146028)

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)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_pyrepl/eio_test_script.py [deleted file]
Lib/test/test_pyrepl/test_unix_console.py