diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-16 19:55:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-16 19:55:41 -0700 |
commit | f435f4aa9e3f490f9b7baa0d7a00fa5a986bb31e (patch) | |
tree | 751baa6babb2985ed1dd99f58a75dcefc6f8bcb5 /pytest.ini | |
parent | 0abb779be2cd6fc913f3c57d891b040b40baf6c3 (diff) | |
download | fatcat-scholar-f435f4aa9e3f490f9b7baa0d7a00fa5a986bb31e.tar.gz fatcat-scholar-f435f4aa9e3f490f9b7baa0d7a00fa5a986bb31e.zip |
pytest: squelch ABC warning (from internetarchive)
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ python_files = test_*.py tests/*.py fatcat_scholar/*.py #addopts = --pylint --pylint-rcfile=.pylintrc --pylint-error-types=EF --pylint-jobs=4 filterwarnings = + ignore:Using or importing the ABCs.*:DeprecationWarning log_level = INFO |