New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-45042: Now test classes decorated with requires_hashdigest
are not skipped
#28060
Conversation
|
Both new Windows failures were hidden under
What should I do with them? Ignore them for now and create new bug reports? |
I think it is safe to decorate the failed tests with
We will fix them in separate issues. |
I am not seeing any references of newly-unignored tests in Ubuntu / MacOS builds:
For some reason they are only executed on Windows. Is it supposed to be this way? |
If you want to schedule another build, you need to add the " |
Misc/NEWS.d/next/Tests/2021-08-30-11-54-14.bpo-45042.QMz3X8.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Serhiy Storchaka <[email protected]>
Thanks @sobolevn for the PR, and @serhiy-storchaka for merging it |
Sorry, @sobolevn and @serhiy-storchaka, I could not cleanly backport this to |
GH-28168 is a backport of this pull request to the 3.10 branch. |
…not skipped (pythonGH-28060) Co-authored-by: Serhiy Storchaka <[email protected]> (cherry picked from commit dd7b816) Co-authored-by: Nikita Sobolev <[email protected]>
Thanks @sobolevn for the PR, and @serhiy-storchaka for merging it |
Sorry @sobolevn and @serhiy-storchaka, I had trouble checking out the |
…` are not skipped (pythonGH-28060) Co-authored-by: Serhiy Storchaka <[email protected]>. (cherry picked from commit dd7b816) Co-authored-by: Nikita Sobolev <[email protected]>
GH-28169 is a backport of this pull request to the 3.9 branch. |
Thanks, @serhiy-storchaka! It was a pleasure |
…not skipped (GH-28060) Co-authored-by: Serhiy Storchaka <[email protected]> (cherry picked from commit dd7b816) Co-authored-by: Nikita Sobolev <[email protected]>
…` are not skipped (GH-28060) (GH-28169) Co-authored-by: Serhiy Storchaka <[email protected]>. (cherry picked from commit dd7b816) Co-authored-by: Nikita Sobolev <[email protected]>
https://bugs.python.org/issue45042