Skip to content

Commit

Permalink
Update test_json.py
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
MichaelTiemannOSC committed Jul 2, 2023
1 parent a165278 commit 0b833aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/extension/json/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def test_groupby_extension_no_sort(self):
"""
super().test_groupby_extension_no_sort()

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

Expand Down

0 comments on commit 0b833aa

Please sign in to comment.