]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137242: Add a --no-randomize option, and use it in Android CI (#138649)
authorVictor Stinner <vstinner@python.org>
Mon, 8 Sep 2025 22:45:42 +0000 (00:45 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 22:45:42 +0000 (06:45 +0800)
commit01895d233b4370e0c99f16c01a57cfd73c434b28
tree82b0147d78bd20cfae8474396cfd5f76886b8e65
parent22cb9ba8f90bfbc0b8831365b6864f41b19d0b6e
gh-137242: Add a --no-randomize option, and use it in Android CI (#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.

---------

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