aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-04 16:45:33 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-04 16:45:33 -0700
commit36b930eeb08e5867a9e4c00f04c37ee59d66ab3a (patch)
tree00a424a8eeb9de281ea905771add98db6c141b67
parent654c5246c77bf5ba476faa9ce9ab61d0666da5ff (diff)
downloadfatcat-36b930eeb08e5867a9e4c00f04c37ee59d66ab3a.tar.gz
fatcat-36b930eeb08e5867a9e4c00f04c37ee59d66ab3a.zip
squelch another dep warning
-rw-r--r--python/pytest.ini5
1 files changed, 4 insertions, 1 deletions
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