From 5cc42f87c14d3ff034f9588d9def4bce539a4deb Mon Sep 17 00:00:00 2001 From: Tom Most Date: Sun, 25 Apr 2021 23:17:09 -0700 Subject: [PATCH] Suppress warnings re: #659 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 6683094d..e472cc4f 100644 --- a/tox.ini +++ b/tox.ini @@ -65,3 +65,5 @@ filterwarnings= ignore::ImportWarning # This is a Twisted bug, see https://twistedmatrix.com/trac/ticket/8227 and https://twistedmatrix.com/trac/ticket/8929 ignore:Using readBody with a transport that does not have an abortConnection method:DeprecationWarning + # Tracked in https://github.com/twm/yarrharr/issues/659 + ignore:html5lib's sanitizer:DeprecationWarning