Skip to content

Commit

Permalink
Ignore strip_cdata warning by lxml, introduced by bs4
Browse files Browse the repository at this point in the history
Should be fixed in beautifulsoup 4.13
  • Loading branch information
hugobuddel committed Nov 17, 2024
1 parent f1a140f commit 98e59a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 98e59a9

Please sign in to comment.