From 101ebef5407828ce783f606fb3596730a34b31f2 Mon Sep 17 00:00:00 2001 From: jbrockmendel Date: Wed, 17 Feb 2021 12:10:19 -0800 Subject: [PATCH] Backport PR #39868: 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 dba4b9214e50c..aaf97b16aaefe 100644 --- a/pandas/tests/io/json/test_json_table_schema.py +++ b/pandas/tests/io/json/test_json_table_schema.py @@ -745,6 +745,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( {