summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2025-01-04 23:28:31 +0100
committerRicardo Wurmus <[email protected]>2025-01-20 21:37:36 +0100
commita8f747c012386eb21e0425c4254283c8424d0dc3 (patch)
tree519525c94cf8e319e49b52aca228496ebbd7113c
parent5cceedd75cb8fc03accbb41fe8ea56d1201ddc1a (diff)
gnu: python-pytorch-geometric: Disable one test.
* gnu/packages/machine-learning.scm (python-pytorch-geometric)[arguments]: Disable one more test. Change-Id: Id69243e70c39b9307745b08156ed956f23d8daa4
-rw-r--r--gnu/packages/machine-learning.scm2
1 files changed, 2 insertions, 0 deletions
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