]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
authorChristian Heimes <christian@python.org>
Thu, 4 Jun 2020 12:48:17 +0000 (14:48 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jun 2020 12:48:17 +0000 (05:48 -0700)
commitb022e5cffbd3ff51ae361cf80f2a3b660be8b1ee
tree51ffe1871cb328287dc08b71d28f5393a9585638
parent50a48dad5579d67d7cae350f6ad5ae5c33f56abb
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)

Skip some :mod:`multiprocessing` tests when MD5 hash digest is blocked.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/_test_multiprocessing.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Tests/2020-05-26-07-53-31.bpo-17258.X_IKTQ.rst [new file with mode: 0644]