From 18ae8e9f396cefbb627e5dbebb81d787eade1995 Mon Sep 17 00:00:00 2001
From: Pratyush Desai <pratyush.desai@liberta.casa>
Date: Mon, 9 May 2022 12:13:07 +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