Skip to content

Commit 7def76a

Browse files
TST: update xfail xarray version check in to_xarray test (#61648)
1 parent c5457f6 commit 7def76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/generic/test_to_xarray.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_to_xarray_index_types(self, index_flat, request):
9393
isinstance(index.dtype, StringDtype)
9494
and index.dtype.storage == "pyarrow"
9595
and Version(xarray.__version__) > Version("2024.9.0")
96+
and Version(xarray.__version__) < Version("2025.6.0")
9697
):
9798
request.applymarker(
9899
pytest.mark.xfail(

0 commit comments

Comments
 (0)