]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (GH-20422)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 May 2020 10:46:24 +0000 (03:46 -0700)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 10:46:24 +0000 (03:46 -0700)
commit66391b0c6e792236b9f487283ae161bdaf0e7ad7
tree7a56c5637f3cd0fcd5de3a74f1fb586b02911de3
parentcc0f50d62c75a1d171f5de9b56caef64e79eb013
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (GH-20422)

(cherry picked from commit be63019ed726b2da045bf232782062830bb6c27d)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/test/test_hashlib.py