]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Aug 2021 20:30:08 +0000 (13:30 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Aug 2021 20:30:08 +0000 (13:30 -0700)
commit88a1920c7b7b0fb73c4037b460c6a4a8c0aa10f0
treefde601c27ec5230d520047a10a8145aafd1c23e9
parent5bd27c3be5734e158f67ff86087a977a25d89161
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)

The code of the test was never executed because the test function
was unintentionally converted to a generator function.
(cherry picked from commit 585390fdd8661b4bc08bdfc27551292da9b4b9b8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_asyncio/test_events.py