Skip to content

Commit ddb1649

Browse files
authored
Merge pull request #289 from bsipocz/TST_new_python_version
TST: adding new python version to the fail list
2 parents 9021ee3 + 149a8bf commit ddb1649

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

12111211

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

0 commit comments

Comments
 (0)