]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Jul 2022 13:01:05 +0000 (06:01 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Jul 2022 13:01:05 +0000 (06:01 -0700)
commitd19b5d85339653ec54658e67aa55ddf40f6461c5
tree76fff852228dc7f38de92e0503e7afcfc9531fd8
parente2e8ec0760775a9c2f2d48399e515a4f8cfd92c0
gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher (GH-95009)

The test was never run, because it was missing the TestCase class.
The test failed because the wrong attribute was patched.
(cherry picked from commit 834bd5dd766cf212fb20d65d8a046c62a33006d4)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Lib/test/test_asyncio/test_subprocess.py