From f435f4aa9e3f490f9b7baa0d7a00fa5a986bb31e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 16 May 2020 19:55:41 -0700 Subject: pytest: squelch ABC warning (from internetarchive) --- pytest.ini | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3