We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_rolling_var_numerical_issues
1 parent 9ca7146 commit 00cad1aCopy full SHA for 00cad1a
pandas/tests/window/test_rolling.py
@@ -9,7 +9,6 @@
9
from pandas.compat import (
10
IS64,
11
is_platform_arm,
12
- is_platform_mac,
13
is_platform_power,
14
)
15
@@ -1189,7 +1188,7 @@ def test_rolling_sem(frame_or_series):
1189
1188
1190
1191
@pytest.mark.xfail(
1192
- (is_platform_arm() and not is_platform_mac()) or is_platform_power(),
+ is_platform_arm() or is_platform_power(),
1193
reason="GH 38921",
1194
1195
@pytest.mark.parametrize(
0 commit comments