Skip to content

Commit 811bf32

Browse files
committed
bump version
1 parent 30e7650 commit 811bf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/strings/test_string_array.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pytest
33

44
from pandas._libs import lib
5-
from pandas.compat import pa_version_under10p1
5+
from pandas.compat import pa_version_under11p0
66

77
from pandas import (
88
NA,
@@ -29,7 +29,7 @@ def test_string_array(nullable_string_dtype, any_string_method, request):
2929
if (
3030
method_name == "slice"
3131
and nullable_string_dtype == "string[pyarrow]"
32-
and pa_version_under10p1
32+
and pa_version_under11p0
3333
):
3434
mark = pytest.mark.xfail(reason="Raises with Negative buffer resize: -16")
3535
request.applymarker(mark)

0 commit comments

Comments
 (0)