remove now unused run_legacy_script()

This commit is contained in:
Sarah Hoffmann
2023-07-20 12:14:19 +02:00
parent 0804cc0cff
commit 4cd0a4ced4
3 changed files with 1 additions and 103 deletions

View File

@@ -59,13 +59,6 @@ def cli_call(src_dir):
return _call_nominatim
@pytest.fixture
def mock_run_legacy(monkeypatch):
mock = MockParamCapture()
monkeypatch.setattr(nominatim.cli, 'run_legacy_script', mock)
return mock
@pytest.fixture
def mock_func_factory(monkeypatch):
def get_mock(module, func):