]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-66285: skip asyncio fork tests for platforms without md5 hash (#99745)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 24 Nov 2022 16:06:06 +0000 (21:36 +0530)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 16:06:06 +0000 (08:06 -0800)
commit679d963fc896a3328a6440a1af1bc2a38bf6a5e9
treec6934dd409c235ce24af0d7a2010102697c77cf6
parent5d09d11aa0b89aeba187f4f520728ccaf4fc5ac1
GH-66285: skip asyncio fork tests for platforms without md5 hash  (#99745)

Such buildbots (at the time of writing, only "AMD64 RHEL8 FIPS Only Blake2 Builtin Hash 3.x") cannot use multiprocessing with a fork server, so just skip the test there.
Lib/test/test_asyncio/test_unix_events.py