Skip to content

Commit a4b7f95

Browse files
committed
Update test_pandas.py
1 parent a855a59 commit a4b7f95

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
@@ -2187,6 +2187,7 @@ def test_read_json_dtype_backend(
21872187
tm.assert_frame_equal(result, expected, check_column_type=False)
21882188

21892189
@td.skip_if_no("pyarrow")
2190+
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
21902191
def test_read_json_pyarrow_with_dtype(self):
21912192
dtype = {"a": "int32[pyarrow]", "b": "int64[pyarrow]"}
21922193
json = b'{"a": 1, "b": 2}\n'

0 commit comments

Comments
 (0)