]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497)... 3.14
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 23 Jul 2026 08:21:52 +0000 (11:21 +0300)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2026 08:21:52 +0000 (08:21 +0000)
commit37a5c690d033099276c8a264c1a660819863bd68
tree292b065012f2088e80a7d881abd6d5ad2a50cfe5
parent72339c955cc5658d922b62a80850a695a39b6f98
[3.14] gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497) (GH-154530)

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: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_pyrepl/test_pyrepl.py