]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131531: Android test fixes (GH-136845) (#136963)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Jul 2025 11:27:02 +0000 (13:27 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 11:27:02 +0000 (19:27 +0800)
commit4999cdbced51b5148b2ebd4c9315c90aab1ad312
tree5829411b51d5ee200815a9add1e7f02fd588cd44
parent853b5c43d003d6670d532f961bf0b183204a0133
[3.13] gh-131531: Android test fixes (GH-136845) (#136963)

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