Skip to content

Commit 66ee6f3

Browse files
xfail changes from pandas-dev#35214 for test_apply
1 parent 924751c commit 66ee6f3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pandas/tests/groupby/test_categorical.py

-9
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import numpy as np
44
import pytest
55

6-
from pandas.compat import PY37, is_platform_windows
7-
86
import pandas as pd
97
from pandas import (
108
Categorical,
@@ -13,7 +11,6 @@
1311
Index,
1412
MultiIndex,
1513
Series,
16-
_np_version_under1p17,
1714
qcut,
1815
)
1916
import pandas._testing as tm
@@ -244,12 +241,6 @@ def test_level_get_group(observed):
244241
tm.assert_frame_equal(result, expected)
245242

246243

247-
# GH#21636 flaky on py37; may be related to older numpy, see discussion
248-
# https://github.com/MacPython/pandas-wheels/pull/64
249-
@pytest.mark.xfail(
250-
PY37 and _np_version_under1p17 and not is_platform_windows(),
251-
reason="Flaky, GH-27902",
252-
)
253244
@pytest.mark.parametrize("ordered", [True, False])
254245
def test_apply(ordered):
255246
# GH 10138

0 commit comments

Comments
 (0)