From 63b00a874b44ee6632797b64f21b03388a97d2af47219a2609959b6026e5bc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 23 Dec 2025 23:42:52 +0100 Subject: [PATCH] fix: recover testing with test_curses It seems that it was actually ncurses bug, which should be fixed with 20251123 (so 20251206 we have in Factory, should be covered) --- python315.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python315.spec b/python315.spec index e69d370..95925f4 100644 --- a/python315.spec +++ b/python315.spec @@ -663,8 +663,6 @@ EXCLUDE="$EXCLUDE test_multiprocessing_forkserver" %ifarch ppc ppc64 ppc64le # exclude test_faulthandler due to bnc#831629 EXCLUDE="$EXCLUDE test_faulthandler" -# exclude test_curse for gh#python/cpython#141534 -EXCLUDE="$EXCLUDE test_curses" %endif # some tests break in QEMU %if 0%{?qemu_user_space_build}