Open
Description
Python 3.14 will be released in October 2025.
Currently it seems the tests fail with Python 3.14:
https://bugzilla.redhat.com/show_bug.cgi?id=2368593
ERROR: test_stdin (tests.test_helper.TestCallCmdAsync.test_stdin)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/alot-0.11-build/alot-0.11/tests/utilities.py", line 188, in _actual
loop = asyncio.get_event_loop()
File "/usr/lib64/python3.14/asyncio/events.py", line 718, in get_event_loop
raise RuntimeError('There is no current event loop in thread %r.'
% threading.current_thread().name)
RuntimeError: There is no current event loop in thread 'MainThread'.
According to https://docs.python.org/dev/whatsnew/3.14.html#id3
Removed implicit creation of event loop by asyncio.get_event_loop(). It now raises a RuntimeError if there is no current event loop. (Contributed by Kumar Aditya in gh-126353.)
Metadata
Metadata
Assignees
Labels
No labels