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

Fix flaky tests with asyncio #179

Closed
wants to merge 1 commit into from
Closed

Fix flaky tests with asyncio #179

wants to merge 1 commit into from

Conversation

wjsi
Copy link

@wjsi wjsi commented Jul 10, 2021

Make sure we always use a new event loop when rerun an asyncio test.

Fixes #166

@CLAassistant
Copy link

CLAassistant commented Jul 10, 2021

CLA assistant check
All committers have signed the CLA.

@wjsi
Copy link
Author

wjsi commented Jul 10, 2021

Better to fix in pytest-asyncio.

@wjsi wjsi closed this Jul 10, 2021
@heliping
Copy link

waiting for pytest-asyncio

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.

flaky + pytest-asyncio: RuntimeError: Event loop is closed
3 participants