]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143394: Skip pyrepl test_no_newline() basic REPL if readline is missing...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Apr 2026 08:38:43 +0000 (10:38 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2026 08:38:43 +0000 (08:38 +0000)
commit1c3e3fbcfbacf53f0bc7161df5355e5b5cdcef56
tree4d6c3ca5aaaa44982a084f09ef93b32052ac27b6
parent83ee46c4c937b90888fd12a5329c3ddaa0c6ab46
[3.14] gh-143394: Skip pyrepl test_no_newline() basic REPL if readline is missing (GH-147973) (#148005)

gh-143394: Skip pyrepl test_no_newline() basic REPL if readline is missing (GH-147973)
(cherry picked from commit 97babb8ef70c1c25768a0e534cfb10955c6b290d)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_pyrepl/test_pyrepl.py