mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Datasette now uses ASGI internally, and no longer depends on Sanic. It now uses Uvicorn as the underlying HTTP server. This was thirteen months in the making... for full details see the issue: https://github.com/simonw/datasette/issues/272 And for a full sequence of commits plus commentary, see the pull request: https://github.com/simonw/datasette/pull/518
8 lines
352 B
INI
8 lines
352 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
|
|
# Python 3.7 PendingDeprecationWarning: Task.current_task()
|
|
ignore:.*current_task.*:PendingDeprecationWarning
|