Skip to content

Commit b0f16aa

Browse files
author
dcreekp
committed
TST: clean up to change setup.cfg to xfail_strict = True edit2 (GH23057)
1 parent 4bc5049 commit b0f16aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def test_level_get_group(observed):
206206
assert_frame_equal(result, expected)
207207

208208

209-
@pytest.mark.xfail(PY37, reason="flaky on 3.7, xref gh-21636")
209+
@pytest.mark.xfail(PY37, reason="flaky on 3.7, xref gh-21636", strict=False)
210210
@pytest.mark.parametrize('ordered', [True, False])
211211
def test_apply(ordered):
212212
# GH 10138

0 commit comments

Comments
 (0)