]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-131531: Android test fixes (GH-136845) (#136962)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Jul 2025 08:15:50 +0000 (10:15 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 08:15:50 +0000 (16:15 +0800)
commitefa984b7ce1b6c544e445adcca806ab5fd84de6c
tree889223be30485e98e85575eea299d415a1e71531
parent6e1b31b87e7a42c7911b517b78fc418217e6480c
[3.14] gh-131531: Android test fixes (GH-136845) (#136962)

Modifies the test runner script to no longer export the the HOST environment
variable, and to allow for tests that produce no Python output (output from the
Android console is still expected and required). These changes stem from
knowledge gained during developing a PR for Android support in cibuildwheel.
(cherry picked from commit 149bddcc216a398d71ec9497e9bf3ec03d6f2914)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
Android/android.py