Skip to content
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

Bump to use pytest-asyncio ~=0.25 which deprecate get_event_loop #29

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

unkcpz
Copy link
Owner

@unkcpz unkcpz commented Jan 31, 2025

The event loop set up of coordinator and controller is from using the same event loop of a single async pytest.
This maximum the decouple of tests in tests/rmq/test_communication.py.
The fixture and the event loop scope of async test are both set to "function".

@unkcpz unkcpz merged commit 49ea4e1 into fork Jan 31, 2025
8 checks passed
@unkcpz unkcpz deleted the deprecate-get-event-loop branch January 31, 2025 13:03
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