]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Dec 2020 13:15:28 +0000 (05:15 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 13:15:28 +0000 (05:15 -0800)
commit930d5377c5877a631c3c23929e2cb6211bb0e2fb
treeecf9b6b9db2c8eb38011451516bdd05ecd730271
parent12d2306a1db48f71b15ceaecf3d5ce06dbbe06c1
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)

Fix test_asyncio.test_call_later() race condition: don't measure
asyncio performance in the call_later() unit test. The test failed
randomly on the CI.
(cherry picked from commit 7e5e13d113798117d5ef25c5ffdbd0eb39420f98)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Tests/2020-12-03-13-32-44.bpo-42553.2TRE2N.rst [new file with mode: 0644]