X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c4f22a42eba499ed1854c5967b2e3932fe9b3896..6dbec931f58c659075a903db1e8eab15b1c93b03:/test/python/conftest.py?ds=sidebyside diff --git a/test/python/conftest.py b/test/python/conftest.py index f4581bf9..40526295 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -211,11 +211,6 @@ def osmline_table(temp_db_with_extensions, table_factory): country_code VARCHAR(2)""") -@pytest.fixture -def word_table(temp_db_conn): - return mocks.MockWordTable(temp_db_conn) - - @pytest.fixture def sql_preprocessor_cfg(tmp_path, table_factory, temp_db_with_extensions): table_factory('country_name', 'partition INT', ((0, ), (1, ), (2, )))