]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94926)
authorThomas Grainger <tagrain@gmail.com>
Sun, 17 Jul 2022 17:21:58 +0000 (18:21 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Jul 2022 17:21:58 +0000 (10:21 -0700)
commit07aeb7405ea42729b95ecae225f1d96a4aea5121
treec561f2a521e2f3d457dc4e122821f85c58c6239b
parent044a593cbbe1639e906e06c47504dd1020ddfee4
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94926)
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_subprocess.py