Skip to content

update to maintained fork of backoff#1028

Merged
mdujava merged 1 commit into
3scale-qe:mainfrom
mdujava:update_deps
May 14, 2026
Merged

update to maintained fork of backoff#1028
mdujava merged 1 commit into
3scale-qe:mainfrom
mdujava:update_deps

Conversation

@mdujava
Copy link
Copy Markdown
Member

@mdujava mdujava commented Apr 29, 2026

original lib shows warnings in python3.14+
$HOME/.local/share/virtualenvs/3scale-tests-3BDQW4-4/lib/python3.14/site-packages/cached_property.py:27: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
if asyncio.iscoroutinefunction(self.func):

@mdujava mdujava added the to_backport Commits to be backported to stable branches label Apr 29, 2026
@mdujava
Copy link
Copy Markdown
Member Author

mdujava commented Apr 29, 2026

@cathal-bailey
Copy link
Copy Markdown
Collaborator

When I ran this locally, I'm getting the same error from pytest-asyncio:

/Users/cathalbailey/.local/share/virtualenvs/3scale-tests-fresh-y5P9bm8c/lib/python3.14/site-packages/pytest_asyncio/plugin.py:155: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead

Should this be updated in the pipfile also? pytest-asyncio = ">=1.0.0" resolves warning.

original lib shows warnings in python3.14+
$HOME/.local/share/virtualenvs/3scale-tests-3BDQW4-4/lib/python3.14/site-packages/cached_property.py:27: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
    if asyncio.iscoroutinefunction(self.func):
@mdujava mdujava merged commit 9ac5416 into 3scale-qe:main May 14, 2026
1 check passed
@mdujava mdujava deleted the update_deps branch May 14, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

to_backport Commits to be backported to stable branches

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants