mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <sharlatanus@gmail.com>
This commit is contained in:
parent
e01edc1146
commit
5300ed2893
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue