X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/79da96b369aa86fdcec21c4d0eb8465b6ed54fc5..3649487f5e2c70c5964a0af31bb846fe55904ab6:/test/python/conftest.py diff --git a/test/python/conftest.py b/test/python/conftest.py index 2fc97726..74d36339 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -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',