[3.6] bpo-34279: regrtest consider that skipped tests are ran (GH-11132)#11156
[3.6] bpo-34279: regrtest consider that skipped tests are ran (GH-11132)#11156miss-islington wants to merge 1 commit into
Conversation
bpo-34279, bpo-35412: support.run_unittest() no longer raises TestDidNotRun if a test result contains skipped tests. The exception is now only raised if no test have been run and no test have been skipped. (cherry picked from commit 3a8f4fe) Co-authored-by: Victor Stinner <vstinner@redhat.com>
vstinner
left a comment
There was a problem hiding this comment.
LGTM, good bot.
Sorry, something went wrong.
|
@vstinner: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
Yes, as I announced earlier. The 3.6 branch is now in security-fix mode with the exception of any 3.6.8 release blocker regressions. https://discuss.python.org/t/3-7-2rc1-and-3-6-8rc1-cutoffs-ahead-last-3-6-x-bugfix-release/510/3 |
Sorry, something went wrong.
|
@ned-deily it's hard for me to accept that I have to "abandon" (bugfixes in) 3.6 :-( I love this version! It's the version used for Python 3 in RHEL 8 beta! |
Sorry, something went wrong.
|
Yeah, 3.6 has been a big success, thanks to everyone’s hard work including yours. But it’s been in bug fix mode longer than any other 3.x release. Now we can focus on 3.7 bugs. |
Sorry, something went wrong.
bpo-34279, bpo-35412: support.run_unittest() no longer raises
TestDidNotRun if a test result contains skipped tests. The
exception is now only raised if no test have been run and no test
have been skipped.
(cherry picked from commit 3a8f4fe)
Co-authored-by: Victor Stinner vstinner@redhat.com
https://bugs.python.org/issue34279