diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 12:25:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 12:25:48 -0700 |
commit | e7229e06bd8af4e97f5a5494e89ee66fbdb607ee (patch) | |
tree | f86e1ba87b4c21749fa249094836a3a2068c914e /python/pytest.ini | |
parent | 70f652deb27d5e7b11ed54e9e418331ebb1bbae7 (diff) | |
download | fatcat-e7229e06bd8af4e97f5a5494e89ee66fbdb607ee.tar.gz fatcat-e7229e06bd8af4e97f5a5494e89ee66fbdb607ee.zip |
squelch authlib.specs deprecation warning
Diffstat (limited to 'python/pytest.ini')
-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 |