diff --git a/pyproject.toml b/pyproject.toml index b24397c02..077705195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -348,9 +348,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.