asyncio_mode = strict to avoid pytest warnings

This commit is contained in:
Simon Willison 2022-03-07 08:09:15 -08:00
commit d714c67d65

View file

@ -8,3 +8,4 @@ filterwarnings=
ignore:.*current_task.*:PendingDeprecationWarning
markers =
serial: tests to avoid using with pytest-xdist
asyncio_mode = strict