Supress pytest warnings from 3rd party modules

This commit is contained in:
Simon Willison 2019-01-05 20:44:34 -08:00
commit 788f218e26

8
pytest.ini Normal file
View file

@ -0,0 +1,8 @@
[pytest]
filterwarnings=
# https://github.com/pallets/jinja/issues/927
ignore:Using or importing the ABCs::jinja2
# https://bugs.launchpad.net/beautifulsoup/+bug/1778909
ignore:Using or importing the ABCs::bs4.element
# Sanic verify_ssl=True
ignore:verify_ssl is deprecated::sanic