Skip to content

Commit 224051d

Browse files
Backport PR pandas-dev#44452: Revert "CI: xfail tests failing on numpy dev" (pandas-dev#44469)
Co-authored-by: Thomas Li <[email protected]>
1 parent 4fd7315 commit 224051d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/window/moments/test_moments_rolling.py

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

560560

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

0 commit comments

Comments
 (0)