[issue44048] test_hashlib failure for "AMD64 RHEL8 FIPS Only Blake2 Builtin Hash" buildbot

Shreyan Avigyan report at bugs.python.org
Wed May 5 11:48:26 EDT 2021


Shreyan Avigyan <shreyan.avigyan at gmail.com> added the comment:

The errors are occurring because the code before these commits checked whether those algorithms were present or not. If an algorithm was not present it was not tested. The new code doesn't check and therefore if even one of the algorithm modules are not present raises an error.

----------
nosy: +shreyanavigyan

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44048>
_______________________________________


More information about the Python-bugs-list mailing list