]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/conftest.py
use SP-GIST index for building index where available
[nominatim.git] / test / python / conftest.py
index 2fc9772671069c06f337c0d24ca410b1c5a093b6..74d3633968cb12c6c16733f997d3cd0f621c4d94 100644 (file)
@@ -227,7 +227,7 @@ def osm2pgsql_options(temp_db):
                                  main_data='', main_index=''))
 
 @pytest.fixture
-def sql_preprocessor(temp_db_conn, tmp_path, table_factory):
+def sql_preprocessor(temp_db_conn, tmp_path, table_factory, temp_db_with_extensions):
     table_factory('country_name', 'partition INT', ((0, ), (1, ), (2, )))
     cfg = Configuration(None, SRC_DIR.resolve() / 'settings')
     cfg.set_libdirs(module='.', osm2pgsql='.', php=SRC_DIR / 'lib-php',