Fix pytest-asyncio warning

This commit is contained in:
Simon Willison 2024-10-07 10:20:48 -07:00
commit afae7f51c0

View file

@ -9,3 +9,4 @@ filterwarnings=
markers =
serial: tests to avoid using with pytest-xdist
asyncio_mode = strict
asyncio_default_fixture_loop_scope = function