From 47795c14474509d637066e7e4f9c5c81902e3c23 Mon Sep 17 00:00:00 2001
From: Pratyush Desai <pratyush.desai@liberta.casa>
Date: Mon, 9 May 2022 12:13:51 +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 c5186e58..10242f24 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,3 +4,5 @@ norecursedirs = build docs .*
 markers =
     fs: tests that involve filesystem ios
     requires_optional_deps: tests in test_cli.py that should not run if optional dependencies are not installed
+
+asyncio_mode = strict
-- 
GitLab