diff options
| -rw-r--r-- | python/pytest.ini | 5 | 
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 | 
