Skip to content

Commit 54a7898

Browse files
committed
TST: new xfail for new python version
1 parent 868a64e commit 54a7898

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
@@ -1214,7 +1214,7 @@ def f():
12141214

12151215

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

0 commit comments

Comments
 (0)