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.