test(python): skip pandas regression without pandas

This commit is contained in:
Gatefixer
2026-08-08 12:31:17 +00:00
parent 4d85fd7c57
commit fc558f1b3c
+1
View File
@@ -2858,6 +2858,7 @@ def test_create_f16_table(mem_db: DBConnection):
)
def test_f16_index_search_with_open_batch_reader(mem_db: DBConnection, index_config):
"""Regression test for https://github.com/lancedb/lancedb/issues/2611."""
pytest.importorskip("pandas")
dimension = 32
num_rows = 512
rng = np.random.default_rng(42)