Skip to content

Commit 23eb3de

Browse files
committed
TST: one more version to xfail
1 parent 505f059 commit 23eb3de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_doctestplus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ def f():
11421142

11431143

11441144
@pytest.mark.xfail(
1145-
python_version() in ('3.11.9', '3.11.10', '3.12.3'),
1145+
python_version() in ('3.11.9', '3.11.10', '3.11.11', '3.12.3'),
11461146
reason='broken by https://github.com/python/cpython/pull/115440')
11471147
def test_ufunc(testdir):
11481148
pytest.importorskip('numpy')

0 commit comments

Comments
 (0)