From fdcfe680213e1c4c15673de5fc30323b948487f2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 5 May 2026 09:41:01 +0300 Subject: gnu: python: Skip a test on powerpc-linux. * gnu/packages/python.scm (python-3.11)[arguments]: Skip a test when building for powerpc-linux. Change-Id: Ic60ff6726c5ea24ea3d271c3008bdd29df05edc2 --- gnu/packages/python.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/python.scm') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cf1235b528..79696e2a77 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -768,6 +768,9 @@ def contents() -> str: " test_threading" " test_asyncio" " test_shutdown" + ,@(if (target-ppc32?) + '(" test_ssl") + '()) ,@(if (system-hurd?) '(" test_posix" ;multiple errors " test_time" -- cgit v1.3