]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Sep 2021 21:04:44 +0000 (14:04 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Sep 2021 21:04:44 +0000 (14:04 -0700)
commite5976dd2e6e966183da59df99978ebcb4b3a32df
tree855c8b48773ed07394b384abe3dcfbde4a671b14
parented9f927527e100b6d1d5758fdd9fc20b313af226
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060)

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]