We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc3bea commit 4e273faCopy full SHA for 4e273fa
pandas/tests/extension/test_sparse.py
@@ -235,11 +235,6 @@ def test_isna(self, data_missing):
235
tm.assert_equal(sarr.isna(), expected)
236
237
def test_fillna_no_op_returns_copy(self, data, request):
238
- # `data` never contains complex numbers in these tests
239
- if np.isnan(data.fill_value):
240
- request.applymarker(
241
- pytest.mark.xfail(reason="returns array with different fill value")
242
- )
243
super().test_fillna_no_op_returns_copy(data)
244
245
@pytest.mark.xfail(reason="Unsupported")
0 commit comments