]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110088: Fix asyncio test_prompt_cancellation() (#110157)
authorVictor Stinner <vstinner@python.org>
Sat, 30 Sep 2023 20:40:10 +0000 (22:40 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Sep 2023 20:40:10 +0000 (22:40 +0200)
commitc62b49ecc8da13fa9522865ef6fe0aec194fd0d8
tree1733d91c388aeed7ebedd3682a5464b5edbfd044
parent7513994c927857679544449392744be308d36586
gh-110088: Fix asyncio test_prompt_cancellation() (#110157)

Don't measure the CI performance: don't test the maximum elapsed
time. The check failed on a slow CI.
Lib/test/test_asyncio/test_events.py