]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45042: Now test classes decorated with `requires_hashdigest` are not skippe...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Sep 2021 06:41:33 +0000 (09:41 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 06:41:33 +0000 (09:41 +0300)
commitab58269ab3b784bef33a613cd0a68914065a9134
tree4060f99b924f9ce281f4eaad476c4bcb33cda081
parentfecd17fbcb68138c6535130dfca2173472d669cd
[3.9] bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) (GH-28169)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>.
(cherry picked from commit dd7b816ac87e468e2fa65ce83c2a03fe1da8503e)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/_test_multiprocessing.py
Lib/test/support/hashlib_helper.py
Lib/test/test_tools/test_md5sum.py
Misc/NEWS.d/next/Tests/2021-08-30-11-54-14.bpo-45042.QMz3X8.rst [new file with mode: 0644]