]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130149: fix HMAC tests for some FIPS-only build bots (#130788)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 4 Mar 2025 09:15:33 +0000 (10:15 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 09:15:33 +0000 (10:15 +0100)
commit15d926b28537a0ef091a103ca01e67ce90845735
tree5dc7b6885c39ae7b5d922733df03d29ca670ff34
parentd780f0af2bd7b9ef8cf46d28c5d495d1c980b1f0
gh-130149: fix HMAC tests for some FIPS-only build bots (#130788)

Skips some HMAC tests for some FIPS-only build bots that do not have the underlying hash functions.
Lib/test/test_hmac.py