make strict · TomAugspurger/pandas@c9fe5d3 (original) (raw)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -58,7 +58,8 @@ def test_arith_series_with_scalar(self, data, all_arithmetic_operators):
58 58 s = pd.Series(data)
59 59 self.check_opname(s, op_name, s.iloc[0], exc=TypeError)
60 60
61 -@pytest.mark.xfail(run=False, reason="_reduce needs implementation")
61 +@pytest.mark.xfail(run=False, reason="_reduce needs implementation",
62 + strict=True)
62 63 def test_arith_frame_with_scalar(self, data, all_arithmetic_operators):
63 64 # frame & scalar
64 65 op_name = all_arithmetic_operators