Skip to content

Commit dd29572

Browse files
skip test if no polars
1 parent 921fb7a commit dd29572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/small/session/test_read_gbq_colab.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
import bigframes
2323
import bigframes.pandas
2424

25+
pytest.importorskip("polars")
26+
2527

2628
def test_read_gbq_colab_to_pandas_batches_preserves_order_by(maybe_ordered_session):
2729
# This query should return enough results to be too big to fit in a single

0 commit comments

Comments
 (0)