gnu: python-pytorch-geometric: Disable one test.

* gnu/packages/machine-learning.scm (python-pytorch-geometric)[arguments]:
Disable test_gdc as it occasionally fails.

Change-Id: I9d1dc1b68628801ea1bb5a8bdfa17063990748ea
This commit is contained in:
Ricardo Wurmus 2024-01-24 17:53:39 +01:00
parent 362ab8bf18
commit 2266754382
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4213,6 +4213,8 @@ (define-public python-pytorch-geometric
"-k" (string-append
;; Permissions error
"not test_packaging"
;; This can fail due to accuracy problems
" and not test_gdc"
;; These refuse to be run on CPU and really want a GPU
" and not test_add_random_walk_pe"
" and not test_asap"