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

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