Skip to content

Commit

Permalink
test(sqlite): xpass test_client::test_sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Aug 24, 2023
1 parent 680c45e commit 14dfbe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/backends/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def test_query_schema(ddl_backend, expr_fn, expected):


@pytest.mark.notimpl(["datafusion", "polars", "mssql"])
@pytest.mark.notyet(["sqlite"])
@pytest.mark.notimpl(["oracle"], raises=sa.exc.DatabaseError)
@pytest.mark.never(["dask", "pandas"], reason="dask and pandas do not support SQL")
def test_sql(backend, con):
Expand Down

0 comments on commit 14dfbe0

Please sign in to comment.