diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-09-05 11:18:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 11:18:41 (GMT) |
commit | 5121faabd1b3733a1198a18fa5df540eeb2475f6 (patch) | |
tree | b0f56490072986f0cfdd9157864410b9890b0f33 /Misc | |
parent | 8c551a7f2a7e9b8e3c811f669b915419851c2c8e (diff) | |
download | cpython-5121faabd1b3733a1198a18fa5df540eeb2475f6.zip cpython-5121faabd1b3733a1198a18fa5df540eeb2475f6.tar.gz cpython-5121faabd1b3733a1198a18fa5df540eeb2475f6.tar.bz2 |
[3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#108897)
[3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876).
(cherry picked from commit 04a0830b00879efe057e3dfe75e9aa9c0caf1a26)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2023-09-04-15-18-14.gh-issue-89392.8A4T5p.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-09-04-15-18-14.gh-issue-89392.8A4T5p.rst b/Misc/NEWS.d/next/Tests/2023-09-04-15-18-14.gh-issue-89392.8A4T5p.rst new file mode 100644 index 0000000..e1dea8e --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2023-09-04-15-18-14.gh-issue-89392.8A4T5p.rst @@ -0,0 +1,2 @@ +Removed support of ``test_main()`` function in tests. They now always use +normal unittest test runner. |