From 5b391527a7e865689f86903926dba510fff33d25 Mon Sep 17 00:00:00 2001 From: Pratyush Desai <pratyush.desai@liberta.casa> Date: Mon, 9 May 2022 12:13:48 +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 3c9dea1..378d23a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,5 @@ norecursedirs = build docs .* markers = fs: execute tests that write to the filesystem + +asyncio_mode = strict -- GitLab