mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
8 lines
305 B
INI
8 lines
305 B
INI
[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
|