-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-137412: fix default_builtin_hashes
values in test_hashlib.py
#137413
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
gh-137412: fix default_builtin_hashes
values in test_hashlib.py
#137413
Conversation
!buildbot FIPS |
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 3c05958 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F137413%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Yeah, failures are fine. |
The errors in the buildbot failures were due to.
which were successful in the fips build PR. Just for the cleanliness, it might be a good idea to to ignore these tests in the The changes in this PR looks good to me. |
Thanks @picnixz for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
….py` (pythonGH-137413) fix `default_builtin_hashes` in test_hashlib (cherry picked from commit deb385a) Co-authored-by: Bénédikt Tran <[email protected]>
….py` (pythonGH-137413) fix `default_builtin_hashes` in test_hashlib (cherry picked from commit deb385a) Co-authored-by: Bénédikt Tran <[email protected]>
GH-137534 is a backport of this pull request to the 3.14 branch. |
GH-137535 is a backport of this pull request to the 3.13 branch. |
Yes, the other failures are unrelated and were here for a while. I actually asked the FIPS bots and not FIPS only, which is why I ended up with those failures |
…b.py` (GH-137413) (#137534) Co-authored-by: Bénédikt Tran <[email protected]>
test_hashlib
has incorrectdefault_builtin_hashes
values #137412