diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..92b08b4d --- /dev/null +++ b/pytest.ini @@ -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