diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,5 @@ norecursedirs = build docs .* markers = fs: execute tests that write to the filesystem + +asyncio_mode = strict