]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy build...
authorJason R. Coombs <jaraco@jaraco.com>
Wed, 15 Apr 2020 23:55:35 +0000 (19:55 -0400)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 23:55:35 +0000 (19:55 -0400)
commite72cbcb346cfcc1ed7741ed6baf1929764e1ee74
tree7beea0a2d921ce8c4b90c507971fdaad92e76c05
parent58d6f2ee3aeb699156d4784acccd2910d27982e7
bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy build bots. (GH-19544)

* bpo-35967: Make test more lenient to satisfy build bots.

* Update Lib/test/test_platform.py

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
* Expect '' for 'unknown'

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Lib/test/test_platform.py