setup.cfg: Ignore time.clock deprecation warnings from xlrd.book.
This commit is contained in:
parent
833ca99487
commit
f0da9e5bbe
1 changed files with 1 additions and 0 deletions
|
@ -4,3 +4,4 @@ test=pytest
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
ignore::DeprecationWarning:html5lib
|
ignore::DeprecationWarning:html5lib
|
||||||
|
ignore::DeprecationWarning:xlrd.book
|
||||||
|
|
Loading…
Reference in a new issue