We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5457f6 commit 7def76aCopy full SHA for 7def76a
pandas/tests/generic/test_to_xarray.py
@@ -93,6 +93,7 @@ def test_to_xarray_index_types(self, index_flat, request):
93
isinstance(index.dtype, StringDtype)
94
and index.dtype.storage == "pyarrow"
95
and Version(xarray.__version__) > Version("2024.9.0")
96
+ and Version(xarray.__version__) < Version("2025.6.0")
97
):
98
request.applymarker(
99
pytest.mark.xfail(
0 commit comments