]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149776: Skip UDP Lite tests if it's not supported (#149777)
authorVictor Stinner <vstinner@python.org>
Wed, 13 May 2026 14:55:45 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 14:55:45 +0000 (16:55 +0200)
commit3cfc249e11a132dc69624150843779aa96c72b2b
treea1a12e807849f429fbdcf5a11c76231288b14cf3
parent6304eb1f5b93f682bff558befe4a7b9585f4601e
gh-149776: Skip UDP Lite tests if it's not supported (#149777)

Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if
it's not supported.
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]