]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Jan 2022 11:54:07 +0000 (03:54 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 11:54:07 +0000 (03:54 -0800)
commit3c4a3745b900e748f99e80fc3728b534e857d1ff
treea83fa806b4a2634fa7835fc04cc66f88ebbcd5cf
parent3e7d06a1fa2102723314552b37410d11fefa928a
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725)

(cherry picked from commit 5a5340044ca98cbe6297668d91bccba04b102923)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_asyncio/test_context.py
Lib/test/test_asyncio/test_futures2.py
Lib/test/test_asyncio/test_protocols.py
Lib/test/test_asyncio/test_runners.py
Lib/test/test_asyncio/test_sendfile.py
Lib/test/test_asyncio/test_sock_lowlevel.py