test(python): skip blob pandas test without lance

This commit is contained in:
BubbleCal
2026-05-18 22:08:27 +08:00
parent 7bdcc9b3a5
commit 45abb95186

View File

@@ -57,6 +57,7 @@ def test_table_to_pandas_default_matches_arrow(tmp_db: DBConnection):
def test_table_to_pandas_blob_bytes(tmp_db: DBConnection):
pytest.importorskip("lance")
data = pa.table(
{
"id": pa.array([1, 2], pa.int64()),