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 18f69c5 commit de97266Copy full SHA for de97266
pandas/tests/io/json/test_pandas.py
@@ -2184,7 +2184,7 @@ def test_read_json_dtype_backend(
2184
tm.assert_frame_equal(result, expected, check_column_type=False)
2185
2186
@td.skip_if_no("pyarrow")
2187
- def test_read_json_pyarrow_with_dtype(self, datapath):
+ def test_read_json_pyarrow_with_dtype(self):
2188
dtype = {"a": "int32[pyarrow]", "b": "int64[pyarrow]"}
2189
json = '{"a": 1, "b": 2}'
2190
0 commit comments