]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/tools/test_exec_utils.py
enable flake for Python tests
[nominatim.git] / test / python / tools / test_exec_utils.py
index 50bec7e6eaa775fd9f95f3dc39876228ed4322df..216f1a40774f0ba7242f2f58d6ad6b913f135454 100644 (file)
@@ -2,19 +2,14 @@
 #
 # 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.
 """
 Tests for tools.exec_utils module.
 """
-from pathlib import Path
-import subprocess
-
-import pytest
-
-from nominatim_core.config import Configuration
 import nominatim_db.tools.exec_utils as exec_utils
 
+
 def test_run_osm2pgsql(osm2pgsql_options):
     osm2pgsql_options['append'] = False
     osm2pgsql_options['import_file'] = 'foo.bar'