From b27a25cd3c6d2390ff1fcc099236f0239fb4db44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 16 Jun 2025 21:24:19 -0700 Subject: [PATCH] TST: new python version out, new xfail for the test --- tests/test_doctestplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')