Skip to content

Commit 7453458

Browse files
committed
Skip test when pandas not installed
1 parent 39f7682 commit 7453458

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tiledb/tests/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def test_import_buffer(self):
162162
def test_nullable_arrow_buffer(self):
163163
# BufferHolder must hold reference to converted bitmap, not original.
164164
# Corrupted validity buffer causes wrong null positions in .to_pandas().
165+
pytest.importorskip("pandas")
165166
pyarrow = pytest.importorskip("pyarrow")
166167

167168
def _read_arrow(uri):

0 commit comments

Comments
 (0)