[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 a9b0506d8d)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
This commit is contained in:
Miss Islington (bot) 2025-10-06 08:25:58 +02:00 committed by GitHub
parent ac853ece08
commit d3a4e0608b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 152 additions and 129 deletions

View file

@ -382,7 +382,7 @@ jobs:
with:
persist-credentials: false
- name: Build and test
run: ./Android/android.py ci ${{ matrix.arch }}-linux-android
run: ./Android/android.py ci --fast-ci ${{ matrix.arch }}-linux-android
build-wasi:
name: 'WASI'