diff --git a/tests/test_doctestplus.py b/tests/test_doctestplus.py index 406997e..57caf60 100644 --- a/tests/test_doctestplus.py +++ b/tests/test_doctestplus.py @@ -1212,7 +1212,7 @@ def f(): @pytest.mark.xfail( - python_version() in ('3.11.9', '3.11.10', '3.11.11', '3.11.12', '3.12.3'), + python_version() in ('3.11.9', '3.11.10', '3.11.11', '3.11.12', '3.11.13', '3.12.3'), reason='broken by https://github.com/python/cpython/pull/115440') def test_ufunc(testdir): pytest.importorskip('numpy')