]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154411)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 05:43:33 +0000 (08:43 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 05:43:33 +0000 (05:43 +0000)
commit35560dc8e35df2c5d12287bd6f24a9b3531827ae
tree5e12bde6903b02983dfde543fcb458b830779d32
parenta5e2d7488d71d2889a3522cbc8983ce5612574fc
[3.15] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154411)

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