mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Work around CI bug with ensure_eventloop, refs #1115
This commit is contained in:
parent
09033c08be
commit
4777362bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ def test_serve_with_inspect_file_prepopulates_table_counts_cache():
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
def test_spatialite_error_if_attempt_to_open_spatialite(
|
def test_spatialite_error_if_attempt_to_open_spatialite(
|
||||||
spatialite_paths, should_suggest_load_extension
|
ensure_eventloop, spatialite_paths, should_suggest_load_extension
|
||||||
):
|
):
|
||||||
with mock.patch("datasette.utils.SPATIALITE_PATHS", spatialite_paths):
|
with mock.patch("datasette.utils.SPATIALITE_PATHS", spatialite_paths):
|
||||||
runner = CliRunner()
|
runner = CliRunner()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue