]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/conftest.py
move word table and normalisation SQL into tokenizer
[nominatim.git] / test / python / conftest.py
index d0fdc5690fe0462bf73d9d4505ff2c2e85b36084..b55c206d69ededeac268e00440060d235df45b22 100644 (file)
@@ -286,7 +286,6 @@ def osm2pgsql_options(temp_db):
 
 @pytest.fixture
 def sql_preprocessor(temp_db_conn, tmp_path, monkeypatch, table_factory):
-    monkeypatch.setenv('NOMINATIM_DATABASE_MODULE_PATH', '.')
     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',