]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-149776: Skip UDP Lite tests if it's not supported (GH-149777) (#149782)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 15:27:56 +0000 (17:27 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 15:27:56 +0000 (15:27 +0000)
commit49d08674d8dba50dc29539e3c7bce21d66066b06
tree313be2854f5fa128c51ef9ff90cad631976e24d7
parent5ed8090081288e73d6f6f5e95cd288c7f2095622
[3.13] gh-149776: Skip UDP Lite tests if it's not supported (GH-149777) (#149782)

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]