mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-18 20:40:41 +00:00
test(python): skip blob pandas test without lance
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user