]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-149776: Skip UDP Lite tests if it's not supported (GH-149777) (#149781)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 16:21:23 +0000 (18:21 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 16:21:23 +0000 (16:21 +0000)
commit2dedb4c846efe1f461d271ccce353d1521ce83aa
treefc75e1a2f9032a966bb37d337d473dd1c5da3690
parentbb5a81a1ac62ee2b1f5c0ac1893c4c9c660a27a2
[3.14] gh-149776: Skip UDP Lite tests if it's not supported (GH-149777) (#149781)

gh-149776: Skip UDP Lite tests if it's not supported (GH-149777)

Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if
it's not supported.
(cherry picked from commit 3cfc249e11a132dc69624150843779aa96c72b2b)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_socket.py
Misc/NEWS.d/next/Tests/2026-05-13-14-53-23.gh-issue-149776.orqgsn.rst [new file with mode: 0644]