]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649...
authorRussell Keith-Magee <russell@keith-magee.com>
Tue, 9 Sep 2025 08:53:01 +0000 (16:53 +0800)
committerGitHub <noreply@github.com>
Tue, 9 Sep 2025 08:53:01 +0000 (10:53 +0200)
commit85649b769f0db4992c061c8d17155c07553dda46
tree6d150f2b8ed9ac9bdd711236c96a95cad96805f6
parent9a6137ad4b14018a1e1b28d9222f0af688d60c54
[3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138685)

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 01895d233b4370e0c99f16c01a57cfd73c434b28)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
Android/android.py
Lib/test/libregrtest/cmdline.py
Lib/test/test_regrtest.py