]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (GH-94926)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 17 Jul 2022 17:49:01 +0000 (10:49 -0700)
committerGitHub <noreply@github.com>
Sun, 17 Jul 2022 17:49:01 +0000 (10:49 -0700)
commit8d0249e3458109f3d3b5d0e2b87cbf9d58dce072
tree61bbf443a59d6e69dad5b231a2059b9a4207a5e2
parent1c63734217be75c9fd024ba8fad28ccb108b4d55
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (GH-94926)

(cherry picked from commit 07aeb7405ea42729b95ecae225f1d96a4aea5121)

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