Skip to content

Commit 9ffe28a

Browse files
authored
Merge pull request #249 from lpsinger/update-skips
Update skips for broken test
2 parents 5176f32 + 82b0787 commit 9ffe28a

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

11431143

11441144
@pytest.mark.xfail(
1145-
python_version() == '3.11.9',
1145+
python_version() in ('3.11.9', '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)