Skip to content

Commit f128125

Browse files
authored
Revert "CI: xfail tests failing on numpy dev" (#44452)
1 parent 1423ef0 commit f128125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/window/test_rolling.py

-1
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,6 @@ def test_rolling_quantile_np_percentile():
16341634
tm.assert_almost_equal(df_quantile.values, np.array(np_percentile))
16351635

16361636

1637-
@pytest.mark.xfail(reason="GH#44343", strict=False)
16381637
@pytest.mark.parametrize("quantile", [0.0, 0.1, 0.45, 0.5, 1])
16391638
@pytest.mark.parametrize(
16401639
"interpolation", ["linear", "lower", "higher", "nearest", "midpoint"]

0 commit comments

Comments
 (0)