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

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]