[New-bugs-announce] [issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

STINNER Victor report at bugs.python.org
Thu Dec 3 07:30:02 EST 2020


New submission from STINNER Victor <vstinner at python.org>:

FAIL: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\lib\test\test_asyncio\test_events.py", line 301, in test_call_later
    self.assertTrue(0.08 <= t1-t0 <= 0.8, t1-t0)
AssertionError: False is not true : 0.07799999999997453

https://github.com/python/cpython/pull/23626/checks?check_run_id=1492411421

----------
components: Tests
messages: 382404
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_asyncio: test_call_later() fails on Windows x64 GitHub Action
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42553>
_______________________________________


More information about the New-bugs-announce mailing list