guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/361: gnu: python-lightning-cloud: Disable tests.


From: guix-commits
Subject: 27/361: gnu: python-lightning-cloud: Disable tests.
Date: Fri, 22 Nov 2024 06:00:05 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 3a6362d92d332a4198ae1ef6a7ed5b4b8d1c2e21
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 13 14:15:44 2024 +0000

    gnu: python-lightning-cloud: Disable tests.
    
    * gnu/packages/machine-learning.scm (python-lightning-cloud) [arguments]
    <#:tests?>: Set to #f as PyPI archive does not provide any.
    
    Change-Id: I406b6515441d01dc1612caa3d3e7b70fa7b2c980
---
 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 882f0aa43a..9fbebcb66b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5044,6 +5044,7 @@ Neural Networks for a wide range of applications related 
to structured data.")
               (sha256
                (base32
                 "0mqrhq3s23mn8n4i0q791pshn3dgplp0h9ny0pmmp798q0798dzs"))))
+    (arguments (list #:tests? #f))      ; no tests in PyPI archive.
     (build-system pyproject-build-system)
     (propagated-inputs (list python-click
                              python-fastapi-for-pytorch-lightning



reply via email to

[Prev in Thread] Current Thread [Next in Thread]