From e4d5df11246dcbbc2a9ca33fb3e779b1b1c964b2 Mon Sep 17 00:00:00 2001 From: Brock Date: Wed, 17 Feb 2021 10:00:43 -0800 Subject: [PATCH] CI: filter json DeprecationWarning --- pandas/tests/io/json/test_json_table_schema.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandas/tests/io/json/test_json_table_schema.py b/pandas/tests/io/json/test_json_table_schema.py index d967897e16676..9d955545aede3 100644 --- a/pandas/tests/io/json/test_json_table_schema.py +++ b/pandas/tests/io/json/test_json_table_schema.py @@ -753,6 +753,9 @@ def test_read_json_table_timezones_orient(self, idx, vals, recwarn): result = pd.read_json(out, orient="table") tm.assert_frame_equal(df, result) + @pytest.mark.filterwarnings( + "ignore:an integer is required (got type float)*:DeprecationWarning" + ) def test_comprehensive(self): df = DataFrame( {