]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154412)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 04:43:51 +0000 (07:43 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 04:43:51 +0000 (04:43 +0000)
commit8aa1b8b42ee47f252641d2a0d232bc94afd501e2
treedd9af3b11f597f59edc42029f61624083dea7c9d
parent5f80c0e622aae73ee6d8970cfd6f46fb40f1d49e
[3.14] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154412)

tcsendbreak() is not supported for pseudo-terminals on OpenBSD.
(cherry picked from commit f1730ddc474d9d103c4f85ecc4bb1e995a268ed9)

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