Skip to content

Commit bd00fc5

Browse files
add skip import
1 parent 2244869 commit bd00fc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_sql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4355,6 +4355,7 @@ def test_xsqlite_if_exists(sqlite_buildin):
43554355

43564356

43574357
def test_bytes_column(sqlite_buildin):
4358+
pytest.importorskip("pyarrow")
43584359
"""
43594360
Regression test for (#59242)
43604361
Bytes being returned in a column that could not be converted

0 commit comments

Comments
 (0)