guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

168/299: gnu: python-pytorch-geometric: Disable one test.


From: guix-commits
Subject: 168/299: gnu: python-pytorch-geometric: Disable one test.
Date: Mon, 13 Jan 2025 15:18:22 -0500 (EST)

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

commit 807c57427341c9ab183982ab9628cbcb8de2bcab
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 4 23:28:31 2025 +0100

    gnu: python-pytorch-geometric: Disable one test.
    
    * gnu/packages/machine-learning.scm (python-pytorch-geometric)[arguments]:
    Disable one more test.
    
    Change-Id: Id69243e70c39b9307745b08156ed956f23d8daa4
---
 gnu/packages/machine-learning.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index efa20c3d74..3f19bf4c0c 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5088,6 +5088,8 @@ Note: currently this package does not provide GPU 
support.")
              "-k" (string-append
                    ;; Permissions error
                    "not test_packaging"
+                   ;; Unknown multiprocessing failure
+                   " and not test_data_share_memory"
                    ;; This can fail due to accuracy problems
                    " and not test_gdc"
                    ;; These refuse to be run on CPU and really want a GPU



reply via email to

[Prev in Thread] Current Thread [Next in Thread]