]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module (GH...
authorstratakis <cstratak@redhat.com>
Sat, 17 Apr 2021 21:27:07 +0000 (23:27 +0200)
committerGitHub <noreply@github.com>
Sat, 17 Apr 2021 21:27:07 +0000 (14:27 -0700)
commit685719871ac3fb6aff3468b9c5328fc66f5486d7
tree7d7321443c103e00880c60ec66f347c4ba7f2af6
parent3ab4bea5a3ac28820781cf62a768c65370c9054c
bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module (GH-20986)

Since we can use now the sha3 and shake algorithms from OpenSSL, we shouldn't
skip the tests in case the builtin algorithm was not compiled or removed.
Lib/test/test_hashlib.py