From 36b930eeb08e5867a9e4c00f04c37ee59d66ab3a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Apr 2019 16:45:33 -0700 Subject: squelch another dep warning --- python/pytest.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/pytest.ini b/python/pytest.ini index 1acfdfc8..5ec44a41 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -9,4 +9,7 @@ python_files = *.py addopts = --pylint --pylint-rcfile=.pylintrc --pylint-error-types=EF --pylint-jobs=4 -filterwarnings = ignore:.*common_exception_handling.*StopIteration:PendingDeprecationWarning +# these are internal to raven (sentry client) and misaka (Markdown client) +filterwarnings = + ignore:.*common_exception_handling.*StopIteration:PendingDeprecationWarning + ignore:passing extensions and flags as constants is deprecated:DeprecationWarning -- cgit v1.2.3