From 4ca92f4c49c3cd55f6f455a95d6cdc3bf32af6a7 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Tue, 30 Jun 2026 16:44:20 +0200 Subject: [PATCH] WIP --- pyproject.toml | 20 ++++++++++++++++++-- tests/test_command_shell.py | 8 ++++++++ tests/test_feedexport_storages.py | 8 ++++---- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8d9067f9..7caad834d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -273,9 +273,25 @@ markers = [ "requires_internet: marks tests that need real Internet access", ] filterwarnings = [ + "error", "ignore::DeprecationWarning:twisted.web.static", - # Twisted doesn't close failed sockets after CannotListenError: https://github.com/twisted/twisted/issues/6108 - "ignore:Exception ignored in.