From aca287f8ef1339c3eb51a264a550643e1321020d Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Thu, 5 Dec 2024 15:06:55 -0600 Subject: [PATCH] test(polars): remove xfail for `table()` signature --- ibis/backends/tests/test_signatures.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ibis/backends/tests/test_signatures.py b/ibis/backends/tests/test_signatures.py index 887c400d69b0..aa5f05f2817f 100644 --- a/ibis/backends/tests/test_signatures.py +++ b/ibis/backends/tests/test_signatures.py @@ -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",