]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154426)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 06:30:21 +0000 (09:30 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 06:30:21 +0000 (06:30 +0000)
commit034408f41fcc482105dc67f030f2463199b44be9
tree3edae4f3f3d1a4457f61abdab9f35daf950cb8a4
parent566d678323fdc7ced1365db0a8d4abc8ab562c6f
[3.15] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154426)

tcsendbreak() is not supported for pseudo-terminals on DragonFly BSD.
(cherry picked from commit a84e780707d3baa3b9f73981d8b7e293eb10d076)

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