Files @ f0da9e5bbeb9
Branch filter:

Location: NPO-Accounting/import2ledger/setup.cfg

Brett Smith
setup.cfg: Ignore time.clock deprecation warnings from xlrd.book.
1
2
3
4
5
6
7
[aliases]
test=pytest

[tool:pytest]
filterwarnings =
  ignore::DeprecationWarning:html5lib
  ignore::DeprecationWarning:xlrd.book