]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106584: Fix exit code for unittest in Python 3.12 (GH-106588) (#109725)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:18:41 +0000 (08:18 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:18:41 +0000 (17:18 +0200)
commit551aa6ab9419109a80ad53900ad930e9b7f2e40d
tree8a328a2aa99be63258f8c2827749551ae5071f2d
parent84ef145d854832f8521ea38468071ad210b6365c
[3.12] gh-106584: Fix exit code for unittest in Python 3.12 (GH-106588) (#109725)

gh-106584: Fix exit code for unittest in Python 3.12 (GH-106588)
(cherry picked from commit 8fc071345b50dd3de61ebeeaa287ccef21d061b2)

Co-authored-by: EliseevEgor <egor.eliseev@jetbrains.com>
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_unittest/test_discovery.py
Lib/test/test_unittest/test_skipping.py
Lib/unittest/case.py
Lib/unittest/result.py
Misc/NEWS.d/next/Library/2023-07-11-08-56-40.gh-issue-106584.g-SBtC.rst [new file with mode: 0644]