]> 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:20:07 +0000 (05:20 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 13:20:07 +0000 (05:20 -0800)
commit9f26833cedd33439b11059d423f599982abeb180
tree5133b214566d26574e2cbadc9a23da88b53f8241
parentae67db6b314e297a1b67ed15c0bb560b8ce5b856
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]