Skip to content

Commit 671fc16

Browse files
update period arrow compat test to remove the failing cast
1 parent a6f464a commit 671fc16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/arrays/period/test_arrow_compat.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ def test_arrow_array(data, freq):
5757
with pytest.raises(TypeError, match=msg):
5858
pa.array(periods, type="float64")
5959

60-
with pytest.raises(TypeError, match="different 'freq'"):
61-
pa.array(periods, type=ArrowPeriodType("T"))
62-
6360

6461
def test_arrow_array_missing():
6562
from pandas.core.arrays.arrow.extension_types import ArrowPeriodType

0 commit comments

Comments
 (0)