-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-131531: Android test fixes #136845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-131531: Android test fixes #136845
Conversation
!buildbot android |
🤖 New build scheduled with the buildbot fleet by @mhsmith for commit 4745dc3 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F136845%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks like a good set of cleanups and simplifications backed up by the experience from cibuildwheel PR development.
Thanks @mhsmith for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
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 149bddc) Co-authored-by: Malcolm Smith <smith@chaquo.com>
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 149bddc) Co-authored-by: Malcolm Smith <smith@chaquo.com>
GH-136962 is a backport of this pull request to the 3.14 branch. |
GH-136963 is a backport of this pull request to the 3.13 branch. |
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 149bddc) Co-authored-by: Malcolm Smith <smith@chaquo.com>
|
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 149bddc) Co-authored-by: Malcolm Smith <smith@chaquo.com>
A couple of fixes to issues found while reviewing pypa/cibuildwheel#2349: