]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110159)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 30 Sep 2023 21:01:33 +0000 (14:01 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Sep 2023 21:01:33 +0000 (21:01 +0000)
commit446c81c3c3a5e82c1df475b8a98009aeb5b5433e
tree5fdf72cb2d04dbbeefbe727a9276b2aa57c42e4d
parent080f5b98d1eac67abc13fe9654ff8a3feeef55ea
[3.11] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110159)

gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157)

Don't measure the CI performance: don't test the maximum elapsed
time. The check failed on a slow CI.
(cherry picked from commit c62b49ecc8da13fa9522865ef6fe0aec194fd0d8)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_asyncio/test_events.py