diff --git a/pyproject.toml b/pyproject.toml index cb4cfea9..cf7d1269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,6 +107,8 @@ filterwarnings = [ "ignore:datetime.datetime.utcfromtimestamp()*:DeprecationWarning", # Pytest Notebook stuff "ignore:Proactor*:RuntimeWarning", + # lxml warning introduced by beautifulsoup + "ignore:The 'strip_cdata' option of HTMLParser*:DeprecationWarning", ] [tool.coverage.report]