From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 16 Dec 2023 21:40:46 +0100
Subject: Make Python warnings non-fatal

---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 72b0de8..3899d18 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,6 @@
 [tool:pytest]
 testpaths = tests
 timeout = 10
-filterwarnings = error
 
 [flake8]
 max-complexity = 10
