Skip to content

Commit e6b7c64

Browse files
committed
importorskip
1 parent a5fab10 commit e6b7c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/arrays/categorical/test_astype.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def test_astype_category_readonly_mask_values(self):
166166

167167
def test_arrow_array_astype_to_categorical_dtype_temporal(self):
168168
# GH#62051
169+
pytest.importorskip("pyarrow")
169170
arr = array(
170171
["2017-01-01", "2018-01-01", "2019-01-01"], dtype="date32[day][pyarrow]"
171172
)

0 commit comments

Comments
 (0)