Skip to content

Commit b27a25c

Browse files
committed
TST: new python version out, new xfail for the test
1 parent e3217ac commit b27a25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_doctestplus.py

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

12131213

12141214
@pytest.mark.xfail(
1215-
python_version() in ('3.11.9', '3.11.10', '3.11.11', '3.11.12', '3.12.3'),
1215+
python_version() in ('3.11.9', '3.11.10', '3.11.11', '3.11.12', '3.11.13', '3.12.3'),
12161216
reason='broken by https://github.com/python/cpython/pull/115440')
12171217
def test_ufunc(testdir):
12181218
pytest.importorskip('numpy')

0 commit comments

Comments
 (0)