From 910b942e2061a7bdc3419d5ee90104094841f59d 2020-07-07 13:22:08 From: Brett Smith Date: 2020-07-07 13:22:08 Subject: [PATCH] setup: Ignore deprecated import in html5lib. --- diff --git a/setup.cfg b/setup.cfg index b7e478982ccf9ab1963c74e1084dfccb6e42c583..9fa6f8c2440018e2451ba72497d8c37e70569aac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,6 @@ [aliases] test=pytest + +[tool:pytest] +filterwarnings = + ignore::DeprecationWarning:html5lib