gnu: python-pytorch: Warn of missing test inputs.

* gnu/packages/machine-learning.scm (python-pytorch): Add comment.
This commit is contained in:
Ricardo Wurmus 2021-11-19 17:12:14 +01:00
parent 9a3dffc851
commit 443f3e170a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)