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