From 6e9ce2ee2479a7b1f3dc2464f967534643dc3f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Thu, 30 Oct 2025 16:29:17 +0100 Subject: [PATCH] CI: Fix duplicate link in a comment Taken from Fedora e365cd8 --- plan.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan.fmf b/plan.fmf index 23aff6b..00f8029 100644 --- a/plan.fmf +++ b/plan.fmf @@ -28,7 +28,7 @@ discover: - name: debugtest path: /selftest # test_base_interpreter: https://github.com/python/cpython/issues/131372 - # test_interrupt and test_interrupt_no_handler: https://github.com/python/cpython/issues/133651https://github.com/python/cpython/issues/133651 + # test_interrupt and test_interrupt_no_handler: https://github.com/python/cpython/issues/133651 test: "VERSION=${pybasever} PYTHON=python${pybasever}d X='-i test_check_probes -i test_sysconfigdata_json -i test_base_interpreter -i test_interrupt -i test_interrupt_no_handler' ./parallel.sh" - name: optimizedflags path: /flags