Skip to content

Commit 0b47d24

Browse files
committed
fix pyarrow import error
1 parent 43e97c5 commit 0b47d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/methods/test_convert_dtypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def test_convert_dtypes_from_arrow(self):
199199

200200
def test_convert_dtype_pyarrow_timezone_preserve(self):
201201
# GH 60237
202+
pytest.importorskip("pyarrow")
202203
df = pd.DataFrame(
203204
{
204205
"timestamps": pd.Series(

0 commit comments

Comments
 (0)