[3.14] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) by miss-islington · Pull Request #138684 · python/cpython
Adds a --no-randomize option to the CI runner, so that randomisation can be easily
disabled for --fast-ci and --slow-ci configurations on single-threaded testing platforms
like Android, iOS, and Emscripten.
(cherry picked from commit 01895d2)
Co-authored-by: Victor Stinner vstinner@python.org
Co-authored-by: Malcolm Smith smith@chaquo.com