We're seeing sporadic CI failures, since apparently some nodes don't have python symlinking to a correct Python version. Changing this to python3 will also make it consistent with the rest of the Python scripts in the Swift project.
Risk: low, all other Python scripts in the swift and swift-package-manager repositories already include this change and use python3 in both main and release/5.9 branches.
Original PRs: https://github.com/apple/swift-corelibs-xctest/pull/449
Reviewed by: @grynspan
Resolves: unblocks PRs on the swift-corelibs-foundation repository that build XCTest as a part of their CI jobs.
Tests: N/A
We're seeing sporadic CI failures, since apparently some nodes don't have
python
symlinking to a correct Python version. Changing this topython3
will also make it consistent with the rest of the Python scripts in the Swift project.Unblocks macOS CI for https://github.com/apple/swift-corelibs-foundation/pull/4761.
Risk: low, all other Python scripts in the
swift
andswift-package-manager
repositories already include this change and usepython3
in bothmain
andrelease/5.9
branches. Original PRs: https://github.com/apple/swift-corelibs-xctest/pull/449 Reviewed by: @grynspan Resolves: unblocks PRs on theswift-corelibs-foundation
repository that build XCTest as a part of their CI jobs. Tests: N/A