guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f43c3895cd59533a8e1cf087568f24f64ee5e91d
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon May 25 08:30:32 2026 +0300

    gnu: python-3.12: Skip a test on powerpc-linux.
    
    * gnu/packages/python.scm (python-3.12)[arguments]: Skip a test when
    building for powerpc-linux.
    
    Change-Id: I3141badb5c936b49bd49afeb489e501ba8d12571
---
 gnu/packages/python.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dc42fe5a56..9111917c2c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1005,6 +1005,8 @@ def contents() -> str:
                              " test_threading"
                              " test_asyncio"
                              " test_shutdown"
+                             #$@(if (target-ppc32?)
+                                    #~(" test_ssl"))
                              #$@(if (system-hurd?)
                                     #~(" test_posix" ;multiple errors
                                        " test_time"

Reply via email to