Skip to content

Deprecation warnings: asyncio.iscoroutinefunction #546

@AdamWill

Description

@AdamWill

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions