mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Supress pytest warnings from 3rd party modules
This commit is contained in:
parent
b65d97792a
commit
788f218e26
1 changed files with 8 additions and 0 deletions
8
pytest.ini
Normal file
8
pytest.ini
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue