diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pytest.ini b/python/pytest.ini index 50a6f867..444333ea 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -13,5 +13,6 @@ addopts = --pylint --pylint-rcfile=.pylintrc --pylint-error-types=EF --pylint-jo filterwarnings = ignore:.*common_exception_handling.*StopIteration:PendingDeprecationWarning ignore:passing extensions and flags as constants is deprecated:DeprecationWarning + ignore:.*authlib.specs.*:authlib.deprecate.AuthlibDeprecationWarning log_level = INFO |