]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions (...
authorRussell Keith-Magee <russell@keith-magee.com>
Wed, 29 Oct 2025 08:33:04 +0000 (16:33 +0800)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 08:33:04 +0000 (08:33 +0000)
commit9f8d005d2961777aa533ec330f96b50324a3446f
tree5da0aa7810920369a015d17390d784b743e0f238
parent058bc182b97fd5721e28d4ab84cebe703cf0d2d9
gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions (#140740)

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.

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]