Skip to content

Commit f78c811

Browse files
committed
Address feedback
1 parent 19dde44 commit f78c811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/json/test_pandas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,7 @@ def test_read_json_lines_rangeindex():
22892289
tm.assert_index_equal(result, expected, exact=True)
22902290

22912291

2292+
@td.skip_if_no("pyarrow")
22922293
def test_read_json_pyarrow_dtype(datapath):
22932294
dtype = {"a": "int32[pyarrow]", "b": "int64[pyarrow]"}
22942295

0 commit comments

Comments
 (0)