]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137242: Allow Android testbed to take all Python command-line options (#138805)
authorMalcolm Smith <smith@chaquo.com>
Mon, 6 Oct 2025 05:19:48 +0000 (06:19 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Oct 2025 05:19:48 +0000 (13:19 +0800)
commita9b0506d8db1aff8318759ed9324be56bf33eb31
tree3694dd2c422cccbbe19586a66ced61ee867dd92e
parent3195da0b1a5dc8a03faa5142d4ab4a1549797e53
gh-137242: Allow Android testbed to take all Python command-line options (#138805)

Modifies the Android test runner to ensure that all valid Python command line
options are preserved when running the test suite.
.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