]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 23 Jul 2026 07:44:26 +0000 (10:44 +0300)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2026 07:44:26 +0000 (10:44 +0300)
commit7745710bec7f6de899e97d6f87528035e8977d85
treee590851137187fe46faed6a3f58491b32cc7a083
parent206788a6dd23b79fc38fde9a7100293d7efcc37c
gh-139445: Skip pyrepl tests if the terminal is not supported (GH-154497)

They were only skipped if TERM was unset or "dumb", but pyrepl also
needs the terminal to have several capabilities.

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