[3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) by freakboy3742 · Pull Request #138685 · python/cpython

…droid CI (pythonGH-138649)

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>