Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jitingxu1 committed Sep 20, 2024
1 parent 902bb47 commit 79885a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ibis/backends/tests/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,9 @@ def num_diamonds(data_dir):
def test_read_csv(con, data_dir, in_table_name, num_diamonds):
if con.name in ("trino", "impala"):
# TODO: remove after trino and impala have efficient insertion
pytest.skip("Both Impala and Trino lack efficient data insertion methods from Python.")
pytest.skip(
"Both Impala and Trino lack efficient data insertion methods from Python."
)
fname = "diamonds.csv"
with pushd(data_dir / "csv"):
if con.name in (
Expand Down

0 comments on commit 79885a9

Please sign in to comment.