Skip to content

Commit d8b30c9

Browse files
bfgray3jreback
authored andcommitted
xfail sparse warning; closes #31310 (#31311)
1 parent 2b7fa9f commit d8b30c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_pickle.py

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def test_pickle_path_localpath():
198198
tm.assert_frame_equal(df, result)
199199

200200

201+
@pytest.mark.xfail(reason="GitHub issue #31310", strict=False)
201202
def test_legacy_sparse_warning(datapath):
202203
"""
203204

0 commit comments

Comments
 (0)