]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Jan 2022 12:29:51 +0000 (04:29 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 12:29:51 +0000 (14:29 +0200)
commit6111d5dee2b24916ff95dba56efc569396a31851
tree8b8bb03d8f2e19165b6c769ad99f3b0d0f235e2f
parent90e2998db78cd15e45b3c82f6360ac8841e03945
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782)

(cherry picked from commit 5a5340044ca98cbe6297668d91bccba04b102923)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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