]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped...
authorNikita Sobolev <mail@sobolevn.me>
Sat, 4 Sep 2021 20:42:36 +0000 (23:42 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Sep 2021 20:42:36 +0000 (23:42 +0300)
commitdd7b816ac87e468e2fa65ce83c2a03fe1da8503e
tree12001af79d0e03ee96993f5a3d2084de52e3db31
parenta1ba3597d2d2dd5e5d73f42b1174ab5e0a2cd224
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]