Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7fe3e03

Browse files
committed
Remove xfail mark
1 parent b9afcf5 commit 7fe3e03

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎pandas/tests/extension/test_masked.py‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,6 @@ def check_accumulate(self, ser: pd.Series, op_name: str, skipna: bool):
362362
tm.assert_series_equal(result, expected)
363363

364364
def test_loc_setitem_with_expansion_preserves_ea_index_dtype(self, data, request):
365-
if data.dtype.kind == "b":
366-
mark = pytest.mark.xfail(reason="GH#62344 incorrectly casts to object")
367-
request.applymarker(mark)
368365
super().test_loc_setitem_with_expansion_preserves_ea_index_dtype(data)
369366

370367
@pytest.mark.parametrize(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /