]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/tools/conftest.py
enable flake for Python tests
[nominatim.git] / test / python / tools / conftest.py
index 0098747e52537d97eb33c889fcbb0f600fb2967e..dc9346c8fbcb06e33db50afd3c49e8cc92a90edd 100644 (file)
@@ -2,10 +2,11 @@
 #
 # This file is part of Nominatim. (https://nominatim.org)
 #
-# Copyright (C) 2024 by the Nominatim developer community.
+# Copyright (C) 2025 by the Nominatim developer community.
 # For a full list of authors see the git log.
 import pytest
 
+
 @pytest.fixture
 def osm2pgsql_options(temp_db, tmp_path):
     """ A standard set of options for osm2pgsql