]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 May 2022 14:07:59 +0000 (07:07 -0700)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 14:07:59 +0000 (07:07 -0700)
commita6ee7f99cc3344e130383b7cf070723ff47ea99c
treef8424d26701c44075ae8b00280ec6d364ec509eb
parent719edfaf794a8c117c31f7bbe97d9afc2effbac4
GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074)

Use asyncio.run().
(cherry picked from commit d2ef66a10be1250b13c32fbf3c0f9a9d2d98b124)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/test_contextlib_async.py