]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jul 2026 11:15:08 +0000 (13:15 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2026 11:15:08 +0000 (11:15 +0000)
commitaed19a7cd3bae1cbbf8b1069e6bbf85147b844eb
tree54c0c3399f1b61ea51ef6deedda408db6a940dde
parent41d7b3cf49a8486eb9d267d95d3159c1c4e79745
[3.15] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497) (GH-154529)

They were only skipped if TERM was unset or "dumb", but pyrepl also
needs the terminal to have several capabilities.
(cherry picked from commit 7745710bec7f6de899e97d6f87528035e8977d85)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_pyrepl/test_pyrepl.py