setup.cfg: Ignore time.clock deprecation warnings from xlrd.book.

This commit is contained in:
Brett Smith 2020-12-08 11:30:43 -05:00
parent 833ca99487
commit f0da9e5bbe

View file

@ -4,3 +4,4 @@ test=pytest
[tool:pytest] [tool:pytest]
filterwarnings = filterwarnings =
ignore::DeprecationWarning:html5lib ignore::DeprecationWarning:html5lib
ignore::DeprecationWarning:xlrd.book