andreas pushed a commit to branch python-team
in repository guix.

commit 71f73cae30ecab1e0736e72ef969f1b30d0f9558
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Fri Apr 4 21:16:38 2025 +0200

    gnu: python-pytorch-geometric: Skip failing tests.
    
    * gnu/packages/machine-learning.scm (python-pytorch-geometric):
    [arguments]{test-flags}: Skip test_type_repr failing test.
    
    Change-Id: I8ec82761a107ed6021c655250f8ab5b1187980c8
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/machine-learning.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 8e2de4f580..66b0cb03d0 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5588,7 +5588,10 @@ Note: currently this package does not provide GPU 
support.")
                    ;; These refuse to be run on CPU and really want a GPU
                    " and not test_add_random_walk_pe"
                    " and not test_asap"
-                   " and not test_two_hop"))
+                   " and not test_two_hop"
+                   ;; Failed when switched to python@3.11
+                   ;; typing module internals
+                   " and not test_type_repr"))
       #:phases
       '(modify-phases %standard-phases
          (add-after 'unpack 'delete-top-level-directories

Reply via email to