Skip to content

Commit 101ebef

Browse files
jbrockmendelmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#39868: CI: filter json DeprecationWarning
1 parent ec92c33 commit 101ebef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/io/json/test_json_table_schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,9 @@ def test_read_json_table_timezones_orient(self, idx, vals, recwarn):
745745
result = pd.read_json(out, orient="table")
746746
tm.assert_frame_equal(df, result)
747747

748+
@pytest.mark.filterwarnings(
749+
"ignore:an integer is required (got type float)*:DeprecationWarning"
750+
)
748751
def test_comprehensive(self):
749752
df = DataFrame(
750753
{

0 commit comments

Comments
 (0)