rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 443f3e170ab868b4f46ce5921a154121b342af83
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Nov 19 17:12:14 2021 +0100

    gnu: python-pytorch: Warn of missing test inputs.
    
    * gnu/packages/machine-learning.scm (python-pytorch): Add comment.
---
 gnu/packages/machine-learning.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 25a22b0..4e18cf0 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2827,6 +2827,7 @@ TensorFlow.js, PyTorch, and MediaPipe.")
 
        ;; 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)

Reply via email to