]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145028: Fix blake2 tests in test_hashlib when it is missing due to configur...
authorRafael Santos <tucif@users.noreply.github.com>
Tue, 24 Feb 2026 02:52:57 +0000 (20:52 -0600)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 02:52:57 +0000 (02:52 +0000)
commit6d2c5a9f4a664d12509da9055d865980d2264bf9
tree7222cc7ee33fd65f2e5546577eb83c5faf54d1ad
parent35a7a6767e9fbda4d4462afe81a3c3c6dca7ef33
[3.14] gh-145028: Fix blake2 tests in test_hashlib when it is missing due to configure --without-builtin-hashlib-hashes (GH-145029) (#145164)

[3.14] gh-145028: Fix blake2 tests in test_hashlib when it is missing due to build config (GH-145029)

specifically configure --without-builtin-hashlib-hashes means the otherwise guaranteed available blake2 family will not exist.  this allows the test suite to still pass.
(cherry picked from commit 273d5062ca17ac47354486f3fc6e672a04cf22e0)
Lib/test/test_hashlib.py