Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Removed TestUnexistingLoop.remove_loop fixture, because it …
…has no effect. Under Python 3.10, the remove_loop fixture raises: "DeprecationWarning: There is no current event loop" This means that the remove_loop fixture effectively does nothing. The test case is still kept, because it seemingly aims to test that the "asyncio" marker works inside test classes when no "event_loop" fixture is explicitly specified. Signed-off-by: Michael Seifert <[email protected]>
- Loading branch information