diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,5 @@ norecursedirs = build docs .* markers = graph: execute tests that depend on swh-graph + +asyncio_mode = strict