-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
On upgrading our openQA deployments to Fedora 43 I noticed some deprecation warnings for fedora-messaging, I figured I'd report them so we can hopefully fix them before they become errors.
There are two deprecation warnings relating to asyncio.iscoroutinefunction:
/usr/lib/python3.14/site-packages/fedora_messaging/twisted/consumer.py:51: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
/usr/lib/python3.14/site-packages/fedora_messaging/twisted/consumer.py:52: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels