diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -7,3 +7,5 @@ markers = db: execute tests using a postgresql database fs: execute tests using the filesystem + +asyncio_mode = strict