Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Adapt test cases to pytest-asyncio 1.0 compatibility #224

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant