]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-137242: Allow Android testbed to take all Python command-line options ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Oct 2025 06:25:58 +0000 (08:25 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Oct 2025 06:25:58 +0000 (06:25 +0000)
commitd3a4e0608bc14dcc49ae84267b62ea258ab80aa4
tree1d402ee890778d19a2b434009a33c99dfeb96a41
parentac853ece0895628ce2bd9e506fd8e39e6de2a4dc
[3.13] gh-137242: Allow Android testbed to take all Python command-line options (GH-138805) (#139638)

Modifies the Android test runner to ensure that all valid Python command line
options are preserved when running the test suite.
(cherry picked from commit a9b0506d8db1aff8318759ed9324be56bf33eb31)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
.github/workflows/build.yml
Android/android.py
Android/testbed/app/src/androidTest/java/org/python/testbed/PythonSuite.kt
Android/testbed/app/src/main/c/main_activity.c
Android/testbed/app/src/main/java/org/python/testbed/MainActivity.kt
Android/testbed/app/src/main/python/android_testbed_main.py [deleted file]
Lib/test/libregrtest/main.py