]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 04:09:38 +0000 (07:09 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 04:09:38 +0000 (04:09 +0000)
commitf1730ddc474d9d103c4f85ecc4bb1e995a268ed9
treed6b7d201dec7999eb6e1c1795021fb5e9fe9cd3d
parent4448705d879ea41ea97114ef6c8215590913811a
gh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397)

tcsendbreak() is not supported for pseudo-terminals on OpenBSD.

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