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 the loop fixture with the event_loop fixture. #7168

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

drew2a
Copy link
Contributor

@drew2a drew2a commented Nov 15, 2022

This PR fixes the "Event loop is closed" error (occurs only on Windows):

image

The error is a consequence of merging #7143

The template of the event_loop fixture has been taken from https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.20.2.

Refs:

@drew2a drew2a force-pushed the fix/loop_is_closed branch from f6cc9b5 to d4c311e Compare November 15, 2022 13:17
@drew2a drew2a changed the title Fix/loop is closed Replace the loop fixture with the event_loop fixture. Nov 15, 2022
@drew2a drew2a requested a review from kozlovsky November 15, 2022 13:23
@drew2a drew2a marked this pull request as ready for review November 15, 2022 13:23
@drew2a drew2a requested a review from a team November 15, 2022 13:23
@drew2a drew2a force-pushed the fix/loop_is_closed branch from d4c311e to 8aa4619 Compare November 16, 2022 11:35
@drew2a drew2a merged commit 510d745 into Tribler:main Nov 16, 2022
@drew2a drew2a deleted the fix/loop_is_closed branch November 16, 2022 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants