Commit b27abe8
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 <m.seifert@digitalernachschub.de>1 parent e3ec312 commit b27abe8
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 113 | | |
121 | | - | |
| 114 | + | |
122 | 115 | | |
123 | 116 | | |
124 | 117 | | |
| |||
0 commit comments