Skip to content

Commit

Permalink
Update ibis/backends/duckdb/tests/test_catalog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
  • Loading branch information
gforsyth and cpcloud authored May 7, 2024
1 parent 47c3bdc commit e8d2405
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ibis/backends/duckdb/tests/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ def external_duckdb_file(tmpdir_factory): # pragma: no cover
con.create_table("starwars", obj=starwars_df)
con.disconnect()

yield ddb_path, starwars_df

Path(ddb_path).unlink()
return ddb_path, starwars_df


def test_read_write_external_catalog(con, external_duckdb_file, monkeypatch):
Expand Down

0 comments on commit e8d2405

Please sign in to comment.