Skip to content

Commit 0fae857

Browse files
authored
NO-SNOW: fix test failure (#4187)
1 parent 788ad8b commit 0fae857

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integ/test_df_to_arrow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626

2727
try:
2828
import pyarrow as pa
29+
import pandas # noqa: F401
2930
except ImportError:
30-
pytest.skip("pyarrow is not available", allow_module_level=True)
31+
pytest.skip("pyarrow or pandas is not available", allow_module_level=True)
3132

3233

3334
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)