diff options
author | Christian Heimes <christian@python.org> | 2020-06-04 12:48:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 12:48:17 (GMT) |
commit | b022e5cffbd3ff51ae361cf80f2a3b660be8b1ee (patch) | |
tree | 51ffe1871cb328287dc08b71d28f5393a9585638 /Misc | |
parent | 50a48dad5579d67d7cae350f6ad5ae5c33f56abb (diff) | |
download | cpython-b022e5cffbd3ff51ae361cf80f2a3b660be8b1ee.zip cpython-b022e5cffbd3ff51ae361cf80f2a3b660be8b1ee.tar.gz cpython-b022e5cffbd3ff51ae361cf80f2a3b660be8b1ee.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2020-05-26-07-53-31.bpo-17258.X_IKTQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-05-26-07-53-31.bpo-17258.X_IKTQ.rst b/Misc/NEWS.d/next/Tests/2020-05-26-07-53-31.bpo-17258.X_IKTQ.rst new file mode 100644 index 0000000..0a4b329 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2020-05-26-07-53-31.bpo-17258.X_IKTQ.rst @@ -0,0 +1 @@ +Skip some :mod:`multiprocessing` tests when MD5 hash digest is blocked. |