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

replace pytest-asyncio with asyncio_loop #220

Merged
merged 1 commit into from
May 1, 2024
Merged

Conversation

kmichel-aiven
Copy link
Contributor

More recent pytest-asyncio loop do no support fixtures with non-function scopes, use our own version of the loop fixtures that fixes this problem.

This alternative version was used successfully for a few years in other repositories.

More recent pytest-asyncio loop do no support fixtures with
non-function scopes, use our own version of the loop fixtures that
fixes this problem.
Copy link
Contributor

@alanfranz alanfranz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alanfranz alanfranz merged commit cc4f337 into main May 1, 2024
2 checks passed
@alanfranz alanfranz deleted the kmichel-asyncio-loop branch May 1, 2024 18:11
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.

None yet

2 participants