From 910b942e2061a7bdc3419d5ee90104094841f59d Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Tue, 7 Jul 2020 09:22:08 -0400 Subject: [PATCH] setup: Ignore deprecated import in html5lib. --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index b7e4789..9fa6f8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,6 @@ [aliases] test=pytest + +[tool:pytest] +filterwarnings = + ignore::DeprecationWarning:html5lib