]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Oct 2025 09:01:39 +0000 (10:01 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 09:01:39 +0000 (09:01 +0000)
commit7c4a8e58188d63f9f83ca888dd33e6973b915351
tree1529f9ae16772b5702962e3bda60b1a1edd0ea94
parent8f322ad7b9f84317bbd9e904b016d2f4ef9146d1
[3.14] gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions (GH-140740) (#140742)

Exposes the GITHUB_ACTIONS environment variable to iOS simulator test runs, and
uses this variable to skip a Unix Datagram socketserver test that is unreliable
in the iOS GitHub Actions environment.
(cherry picked from commit 9f8d005d2961777aa533ec330f96b50324a3446f)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Apple/iOS/README.md
Apple/testbed/TestbedTests/TestbedTests.m
Apple/testbed/__main__.py
Lib/test/support/__init__.py
Lib/test/test_socketserver.py
Misc/NEWS.d/next/Tools-Demos/2025-10-29-15-20-19.gh-issue-140702.ZXtW8h.rst [new file with mode: 0644]