Skip to content

Commit

Permalink
test(polars): remove xfail for table() signature
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Dec 5, 2024
1 parent 244db2e commit aca287f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ibis/backends/tests/test_signatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,6 @@ def _scrape_methods(modules, params):
"read_parquet",
marks=pytest.mark.notyet(["duckdb", "flink"]),
),
"table": pytest.param(
BaseBackend,
"table",
marks=pytest.mark.notyet(
[
"polars",
]
),
),
"to_parquet_dir": pytest.param(
BaseBackend,
"to_parquet_dir",
Expand Down

0 comments on commit aca287f

Please sign in to comment.