diff --git a/pytest.ini b/pytest.ini index e7f139e..7c07895 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,4 @@ [pytest] norecursedirs = build docs .* + +asyncio_mode = strict