mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Replaced sanic.request.Request
This commit is contained in:
parent
d0fc117693
commit
5e12239402
4 changed files with 84 additions and 40 deletions
|
|
@ -4,7 +4,5 @@ filterwarnings=
|
|||
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
|
||||
# Python 3.7 PendingDeprecationWarning: Task.current_task()
|
||||
ignore:.*current_task.*:PendingDeprecationWarning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue