Skip to content

Adapt test cases to pytest-asyncio 1.0 compatibility #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pastalian
Copy link

python-backoff#1
Sending this here as well, just in case the repo became active again.

*1: asyncio.get_event_loop() now raises a RuntimeError in Python 3.14 when no loop exists.
https://docs.python.org/3.14/whatsnew/3.14.html#id7

- Remove deprecated event_loop fixture
  https://pytest-asyncio.readthedocs.io/en/stable/reference/changelog.html#removed
- Drop *_without_event_loop tests
  These incompatible tests (*1) are no longer needed since the
  underlying code has already been removed (introduced in a460156,
  removed in 5d714cc).

*1: asyncio.get_event_loop() now raises a RuntimeError in Python 3.14
    when no loop exists.
    https://docs.python.org/3.14/whatsnew/3.14.html#id7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant