]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145028: Fix blake2 tests in test_hashlib when it is missing due to build config...
authorRafael Santos <tucif@users.noreply.github.com>
Sat, 21 Feb 2026 04:57:29 +0000 (22:57 -0600)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 04:57:29 +0000 (20:57 -0800)
commit273d5062ca17ac47354486f3fc6e672a04cf22e0
tree78de4c03326e12214271e2c27c9b86e9522c2b79
parent06292614ff7cef0ba28da6dfded58fb0e731b2e3
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.
Lib/test/test_hashlib.py