diff options
author | bnewbold <bnewbold@archive.org> | 2020-04-17 21:22:48 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2020-04-17 21:22:48 +0000 |
commit | e749b576bdb9bbec3bcef7e4e389e7fbbf916c84 (patch) | |
tree | a0d9ac76ddb08db9e224272e60a41f26d27d2257 /python/pytest.ini | |
parent | 963faf6cf6e7e5c6685ffe89e080134c7590957f (diff) | |
parent | bbe37c06a3d6c213823258f054d10eaf0814da8f (diff) | |
download | fatcat-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.ini | 2 |
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 |