diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-04-15 21:36:10 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-04-17 10:56:17 -0700 |
commit | 9dd0737277d7dec90832f2a4a11f31e1b864e4f0 (patch) | |
tree | 415a2e0f013c9b7c268409707af3fd7ef2064bab /python | |
parent | 116a26f072e8628cc4cfabb2e55c6661b6b94605 (diff) | |
download | fatcat-9dd0737277d7dec90832f2a4a11f31e1b864e4f0.tar.gz fatcat-9dd0737277d7dec90832f2a4a11f31e1b864e4f0.zip |
pytest: ignore remaining deprecation warnings in 3rd party libraries
Diffstat (limited to 'python')
-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 |