Skip to content

Commit 80881ae

Browse files
committed
Update test_pandas.py
1 parent 883b84b commit 80881ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/json/test_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2191,7 +2191,7 @@ def test_read_json_dtype_backend(
21912191
def test_read_json_pyarrow_with_dtype(self, request):
21922192
pa = pytest.importorskip("pyarrow")
21932193

2194-
if Version(pa.__version__) < Version("16.0"):
2194+
if Version(pa.__version__) <= Version("16.0"):
21952195
request.applymarker(
21962196
pytest.mark.filterwarnings("ignore::DeprecationWarning")
21972197
)

0 commit comments

Comments
 (0)