Skip to content

Commit 84caa8c

Browse files
committed
xfail on older pyarrow
1 parent 8b41bbe commit 84caa8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/extension/test_arrow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3702,6 +3702,7 @@ def test_pow_with_all_na_float():
37023702
tm.assert_series_equal(result, expected)
37033703

37043704

3705+
@pytest.mark.xfail(pa_version_under14p0, reason="decimal32 not implemented")
37053706
def test_cast_pontwise_result_decimal_nan():
37063707
# GH#62522 we don't want to get back null[pyarrow] here
37073708
ser = pd.Series([], dtype="float64[pyarrow]")

0 commit comments

Comments
 (0)