]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/conftest.py
US TIGER data 2021 released
[nominatim.git] / test / python / conftest.py
index 1fca4b6205baffae7c5bbb6d2b08423f06ce367c..2fc9772671069c06f337c0d24ca410b1c5a093b6 100644 (file)
@@ -5,7 +5,7 @@ from pathlib import Path
 import psycopg2
 import pytest
 
 import psycopg2
 import pytest
 
-SRC_DIR = Path(__file__) / '..' / '..' / '..'
+SRC_DIR = (Path(__file__) / '..' / '..' / '..').resolve()
 
 # always test against the source
 sys.path.insert(0, str(SRC_DIR.resolve()))
 
 # always test against the source
 sys.path.insert(0, str(SRC_DIR.resolve()))