Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all explicit event_loop and mocker arguments.
This avoids conflict between the event loop and mocker fixtures. Without this fix, the event loop fixture tries to create a new event loop with a modified socket class, causing failure. pytest-dev/pytest-asyncio#818 This also completes "How to migrate from pytest-asyncio v0.21" in pytest-asyncio's docs.
- Loading branch information