Package: src:urwid
Version: 2.1.2-4
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12
[...]
======================================================================
ERROR: test_coroutine_error
(urwid.tests.test_event_loops.AsyncioEventLoopTest.test_coroutine_error)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/urwid/tests/test_event_loops.py", line 211, in
test_coroutine_error
asyncio.ensure_future(error_coro())
File "/usr/lib/python3.12/asyncio/tasks.py", line 679, in ensure_future
raise TypeError('An asyncio.Future, a coroutine or an awaitable '
TypeError: An asyncio.Future, a coroutine or an awaitable is required
----------------------------------------------------------------------
Ran 278 tests in 1.378s
FAILED (errors=1)