From 922a1ea0aad17bb473f9c968dea079eaad9c22e6 Mon Sep 17 00:00:00 2001 From: Pratyush Desai <pratyush.desai@liberta.casa> Date: Mon, 9 May 2022 12:14:19 +0200 Subject: [PATCH] add strict asyncio_mode in pytest.ini --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 59b6e64..7a65a50 100644 --- 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 -- GitLab