aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-09 12:25:48 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-09 12:25:48 -0700
commite7229e06bd8af4e97f5a5494e89ee66fbdb607ee (patch)
treef86e1ba87b4c21749fa249094836a3a2068c914e
parent70f652deb27d5e7b11ed54e9e418331ebb1bbae7 (diff)
downloadfatcat-e7229e06bd8af4e97f5a5494e89ee66fbdb607ee.tar.gz
fatcat-e7229e06bd8af4e97f5a5494e89ee66fbdb607ee.zip
squelch authlib.specs deprecation warning
-rw-r--r--python/pytest.ini1
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