From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sat, 25 Nov 2023 16:57:15 +0000
Subject: Do not raise error on deprecations

Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 951c93f..360f570 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -111,7 +111,7 @@ line-length = 88
 lint.select = ["E", "F", "I"]
 
 [tool.pytest.ini_options]
-filterwarnings = ["error"]
+# filterwarnings = ["error"]
 addopts = "--block-network --record-mode=none"
 
 [tool.setuptools]
