]> 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:25:50 +0000 (07:25 -0700)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 14:25:50 +0000 (07:25 -0700)
commit502dba0cf38ebd657d444fd49b8d648fe86bbb7d
tree4967afdec687ab34c063edd1044faaa33ed05507
parentdb2b1e1830b74f5e15abc3bac3fd67e35ca39951
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