Commit ca788ba
Set asyncio_default_fixture_loop_scope to suppress pytest-asyncio warning
pytest-asyncio warns that future versions will default the loop scope
for async fixtures to function scope. Set it explicitly to "function"
to suppress the deprecation warning and ensure consistent behavior.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c8f5362 commit ca788ba
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments