]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154413)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 04:39:28 +0000 (07:39 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 04:39:28 +0000 (04:39 +0000)
commitf5d1bde6a98b6763bb806c118517f6cd5861452d
treecc0aae29bdf37f086aff5031dc687eaf426dbdb6
parentd82cddfe66016f2b655edc353333575ea7883634
[3.13] gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397) (GH-154413)

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