mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-pytorch: Warn of missing test inputs.
* gnu/packages/machine-learning.scm (python-pytorch): Add comment.
This commit is contained in:
parent
9a3dffc851
commit
443f3e170a
1 changed files with 1 additions and 0 deletions
|
@ -2827,6 +2827,7 @@ (define-public python-pytorch
|
|||
|
||||
;; XXX: Tests attempt to download data such as
|
||||
;; <https://raw.githubusercontent.com/pytorch/test-infra/master/stats/slow-tests.json>.
|
||||
;; We're also missing some Python modules, such as expecttest.
|
||||
#:tests? #f))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)
|
||||
|
|
Loading…
Reference in a new issue