mirror of
https://github.com/simonw/datasette.git
synced 2026-09-27 04:14:25 +02:00
parent
daf1989ebe
commit
9bce2eec7c
8 changed files with 1512 additions and 54 deletions
|
|
@ -233,6 +233,7 @@ def pytest_collection_modifyitems(config, items):
|
|||
# (SIGSEGV/SIGBUS inside _execute_child). Reproduces with any subprocess
|
||||
# call placed there, on an unmodified tree - running it first avoids it.
|
||||
move_to_front(items, "test_datasette_package_never_imports_the_sdk")
|
||||
move_to_front(items, "test_no_provider_takes_the_fast_path")
|
||||
|
||||
|
||||
def move_to_front(items, test_name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue