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