[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: python-lightning-cloud: Disable tests.
From: |
guix-commits |
Subject: |
07/07: gnu: python-lightning-cloud: Disable tests. |
Date: |
Tue, 27 Feb 2024 04:25:18 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit b5149d27049c39cda9aed42652f356a2685066b1
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 213641a1d6..e28125b799 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4385,6 +4385,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
- branch python-team updated (b77f45a62c -> b5149d2704), guix-commits, 2024/02/27
- 01/07: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/02/27
- 02/07: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/02/27
- 03/07: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/02/27
- 04/07: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/02/27
- 05/07: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/02/27
- 06/07: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/02/27
- 07/07: gnu: python-lightning-cloud: Disable tests.,
guix-commits <=