From e7229e06bd8af4e97f5a5494e89ee66fbdb607ee Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Apr 2019 12:25:48 -0700 Subject: squelch authlib.specs deprecation warning --- python/pytest.ini | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3