bpo-31904: fix test_doctest.py failures for VxWorks#23419
Conversation
|
Is there a publicly and freely available VxWorks VM image that one could use to test this? |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
9fc6556 to
677894b
Compare
December 2, 2020 07:43
|
I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @gpshead: please review the changes made to this pull request. |
Sorry, something went wrong.
Sorry, something went wrong.
Fix test_doctest.py failures for VxWorks by avoiding exact error message checks. (better for everyone all around)
In test_CLI(), "print(normalize(err))" expects "No such file" which has the first letter n as capital. However VxWorks outputs 'no such file with the first letter n as lower case. So tuned accordingly.
https://bugs.python.org/issue31904