]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131531: Android test fixes (#136845)
authorMalcolm Smith <smith@chaquo.com>
Tue, 22 Jul 2025 06:51:16 +0000 (07:51 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 06:51:16 +0000 (14:51 +0800)
commit149bddcc216a398d71ec9497e9bf3ec03d6f2914
tree640f534f549314f8df527ce9699544e1f66a4815
parent46cbdf967ada11b0286060488b61635fd6a2bb23
gh-131531: Android test fixes (#136845)

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.
Android/android.py