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 362cd73 commit aa79869Copy full SHA for aa79869
pandas/tests/extension/decimal/test_decimal.py
@@ -259,10 +259,6 @@ def test_series_repr(self, data):
259
def test_unary_ufunc_dunder_equivalence(self, data, ufunc):
260
super().test_unary_ufunc_dunder_equivalence(data, ufunc)
261
262
- @pytest.mark.xfail(reason="DecimalArray.round is not implemented.")
263
- def test_round(self, data):
264
- super().test_round(data)
265
-
266
267
def test_take_na_value_other_decimal():
268
arr = DecimalArray([decimal.Decimal("1.0"), decimal.Decimal("2.0")])
0 commit comments