Skip to content

Commit 0c9802d

Browse files
committed
more skips
1 parent b56cbbd commit 0c9802d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/system/small/test_polars_execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import bigframes
1717
from bigframes.testing.utils import assert_pandas_df_equal
1818

19-
polars = pytest.importorskip("polars", reason="polars is required for this test")
19+
polars = pytest.importorskip("polars", minversion="1.7.0")
2020

2121

2222
@pytest.fixture(scope="module")

tests/unit/test_local_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import bigframes
2121
import bigframes.pandas as bpd
2222

23-
pytest.importorskip("polars")
23+
pytest.importorskip("polars", minversion="1.7.0")
2424
pytest.importorskip("pandas", minversion="2.0.0")
2525

2626

0 commit comments

Comments
 (0)