From 6b000fc3dd54c253a87d95fe24dcb82e82c869ec Mon Sep 17 00:00:00 2001
From: Pratyush Desai <pratyush.desai@liberta.casa>
Date: Mon, 9 May 2022 12:13:06 +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 a3e8975a..3b97c365 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -7,3 +7,5 @@ DJANGO_SETTINGS_MODULE = swh.deposit.settings.testing
 markers =
     db: execute tests using a postgresql database
     fs: execute tests using the filesystem
+
+asyncio_mode = strict
-- 
GitLab