From 06f1e196b12cf50f80b70e2796bf642a0da9dc5a Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 13 Jun 2025 14:10:32 +0200 Subject: [PATCH] TST: update xfail xarray version check in to_xarray test --- pandas/tests/generic/test_to_xarray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/generic/test_to_xarray.py b/pandas/tests/generic/test_to_xarray.py index 8917e4e3f3854..5f805ab37c396 100644 --- a/pandas/tests/generic/test_to_xarray.py +++ b/pandas/tests/generic/test_to_xarray.py @@ -93,6 +93,7 @@ def test_to_xarray_index_types(self, index_flat, request): isinstance(index.dtype, StringDtype) and index.dtype.storage == "pyarrow" and Version(xarray.__version__) > Version("2024.9.0") + and Version(xarray.__version__) < Version("2025.6.0") ): request.applymarker( pytest.mark.xfail(