From 9ed0df0a5cc2315c5bca901fd3bae61fd95c31fb Mon Sep 17 00:00:00 2001 From: Pratyush Desai <pratyush.desai@liberta.casa> Date: Mon, 9 May 2022 12:13:55 +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 e7f139e..7c07895 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,4 @@ [pytest] norecursedirs = build docs .* + +asyncio_mode = strict -- GitLab