From 50bdcd74dcb2784afb7df26c6e8b4d361802c36f Mon Sep 17 00:00:00 2001 From: Afonne-CID Date: Tue, 23 Sep 2025 16:44:59 +0100 Subject: [PATCH] Clean up warning surpressions The underlying issues that were causing these warnings have been resolved. --- pytest.ini | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pytest.ini b/pytest.ini index 6586702144..eb78bcaa8e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -48,19 +48,9 @@ faulthandler_timeout = 30 filterwarnings = error - # FIXME: drop once certifi fixes their use of `importlib.resources` - # Ref: https://github.com/certifi/python-certifi/issues/183 - ignore:path is deprecated. Use files.. instead. Refer to https.//importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.:DeprecationWarning:certifi.core - # FIXME: Try to figure out what causes this and ensure that the socket # FIXME: gets closed. ignore:unclosed