aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-16 19:55:41 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-16 19:55:41 -0700
commitf435f4aa9e3f490f9b7baa0d7a00fa5a986bb31e (patch)
tree751baa6babb2985ed1dd99f58a75dcefc6f8bcb5
parent0abb779be2cd6fc913f3c57d891b040b40baf6c3 (diff)
downloadfatcat-scholar-f435f4aa9e3f490f9b7baa0d7a00fa5a986bb31e.tar.gz
fatcat-scholar-f435f4aa9e3f490f9b7baa0d7a00fa5a986bb31e.zip
pytest: squelch ABC warning (from internetarchive)
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 0d81a51..4a619a1 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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