-def test_add_tiger_data_bad_tarfile(dsn, src_dir, def_config, tmp_path,
- temp_db_cursor, threads, temp_db, sql_preprocessor):
- temp_db_cursor.execute('CREATE EXTENSION hstore')
- temp_db_cursor.execute('CREATE EXTENSION postgis')
+def test_add_tiger_data_bad_tarfile(def_config, tmp_path, temp_db_cursor, threads,
+ temp_db_with_extensions, sql_preprocessor):