summaryrefslogtreecommitdiffstats
path: root/python/pytest.ini
diff options
context:
space:
mode:
authorbnewbold <bnewbold@archive.org>2020-04-17 21:22:48 +0000
committerbnewbold <bnewbold@archive.org>2020-04-17 21:22:48 +0000
commite749b576bdb9bbec3bcef7e4e389e7fbbf916c84 (patch)
treea0d9ac76ddb08db9e224272e60a41f26d27d2257 /python/pytest.ini
parent963faf6cf6e7e5c6685ffe89e080134c7590957f (diff)
parentbbe37c06a3d6c213823258f054d10eaf0814da8f (diff)
downloadfatcat-e749b576bdb9bbec3bcef7e4e389e7fbbf916c84.tar.gz
fatcat-e749b576bdb9bbec3bcef7e4e389e7fbbf916c84.zip
Merge branch 'bnewbold-py37-cleanups' into 'master'
py37 cleanups See merge request webgroup/fatcat!44
Diffstat (limited to 'python/pytest.ini')
-rw-r--r--python/pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pytest.ini b/python/pytest.ini
index 069102b1..ba1ac946 100644
--- a/python/pytest.ini
+++ b/python/pytest.ini
@@ -12,5 +12,7 @@ filterwarnings =
ignore:.*common_exception_handling.*StopIteration:PendingDeprecationWarning
ignore:passing extensions and flags as constants is deprecated:DeprecationWarning
ignore:.*authlib.specs.*:authlib.deprecate.AuthlibDeprecationWarning
+ ignore:Using or importing the ABCs.*:DeprecationWarning
+ ignore:direct construction of PyLintItem.*:_pytest.warning_types.PytestDeprecationWarning
log_level = INFO