Skip to content

Commit 0b833aa

Browse files
Update test_json.py
Somewhere along the line, pandas-dev#39098 was fixed. Remove the XFAIL mark so we can celebrate one more success! Signed-off-by: Michael Tiemann <[email protected]>
1 parent a165278 commit 0b833aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/json/test_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def test_groupby_extension_no_sort(self):
356356
"""
357357
super().test_groupby_extension_no_sort()
358358

359-
@pytest.mark.xfail(reason="GH#39098: Converts agg result to object")
359+
# GH#39098 is now fixed, so we don't need to XFAIL
360360
def test_groupby_agg_extension(self, data_for_grouping):
361361
super().test_groupby_agg_extension(data_for_grouping)
362362

0 commit comments

Comments
 (0)