setup: Ignore deprecated import in html5lib.
This commit is contained in:
parent
89378cbf90
commit
910b942e20
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
|||
[aliases]
|
||||
test=pytest
|
||||
|
||||
[tool:pytest]
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning:html5lib
|
||||
|
|
Loading…
Reference in a new issue