From e365cd89b9bf36673832102ff11275a0271477d3 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Mon, 20 Oct 2025 10:36:04 +0200 Subject: [PATCH] CI: Fix duplicate link in a comment --- plan.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan.fmf b/plan.fmf index 5f8d0d7..35fb994 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