]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 05:01:25 +0000 (08:01 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 05:01:25 +0000 (05:01 +0000)
commita84e780707d3baa3b9f73981d8b7e293eb10d076
treefa9bccf335f733357798edf17ac7d4b9d7ca449a
parent90b6a7992ae0ce6959eaa6b6401105582d866037
gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415)

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

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