There was a problem hiding this comment.
Thanks for the PR @jaraco. I would suggest updating the title of the PR to refer to the specific test being changed, e.g. Make test_platform.test_uname_processor .... I also have a couple of minor suggestions regarding the test itself.
|
Also, I didn't look through all of the buildbot failures, but my results above are consistent with the raspbian failure: |
Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
TIL |
|
It seems to me the remaining buildbot failures were due to spurious failures unrelated to this change, so I'm pretty sure this change works. |
In GH-12824, I added a test to capture the status quo expectation of
platform.uname.processor. Then sir bedevere informed me that the buildbots are failing. This patch is intended to address that failure.https://bugs.python.org/issue35967