]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)
authorpxinwr <peixing.xin@windriver.com>
Fri, 4 Dec 2020 20:19:32 +0000 (04:19 +0800)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 20:19:32 +0000 (12:19 -0800)
commit8d4f57dbd10846ffb4881b6509a511be0ab3b913
treea42c5bb250f805901c36386948ff5ac0c9c1e58c
parent6e1eec71f59c344fb23c7977061dc2c97b77d51b
bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)

Fix test_doctest.py failures for VxWorks by avoiding exact error message checks. (better for everyone all around)
Lib/test/test_doctest.py
Misc/NEWS.d/next/Tests/2020-11-20-15-07-18.bpo-31904.EBJXjJ.rst [new file with mode: 0644]