diff --git a/ibis/backends/tests/test_client.py b/ibis/backends/tests/test_client.py index 8b7e535ba6f0..67de8f35d8eb 100644 --- a/ibis/backends/tests/test_client.py +++ b/ibis/backends/tests/test_client.py @@ -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):