diff --git a/setup.cfg b/setup.cfg index 7240d69b..0a9d695a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,8 @@ [bdist_wheel] -# Works with Python 2 and Python 3. universal=1 +[tool:pytest] +filterwarnings = + ignore::DeprecationWarning:falcon. + ignore::DeprecationWarning:jsonschema. +