mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04:00
Ensure that iOS test re-runs don't try to spawn a process. (GH-122994)
Adds the --single-process option to the iOS test runner to ensure re-runs execute in the same process.
(cherry picked from commit e03073ff20)
Co-authored-by: Russell Keith-Magee <[email protected]>