]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Dec 2020 12:56:41 +0000 (13:56 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 12:56:41 +0000 (13:56 +0100)
commit7e5e13d113798117d5ef25c5ffdbd0eb39420f98
treecff1bc1af5215c046e678789d3d221f279122d5b
parent2ad93821a69e6efac3b0efe1d205d6e5ef030791
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.
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]