GNU bug report logs -
#68207
[PATCH 0/5] Update python-textual to 0.46.0.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Tue, 2 Jan 2024 15:04:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #83 received at 68207 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/machine-learning.scm (python-lightning-cloud) [arguments]
<#:tests?>: Set to #t as PyPI archive does not provide any.
Change-Id: I406b6515441d01dc1612caa3d3e7b70fa7b2c980
---
gnu/packages/machine-learning.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 2e20872555..58c607418b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4363,6 +4363,9 @@ (define-public python-lightning-cloud
(sha256
(base32
"0mqrhq3s23mn8n4i0q791pshn3dgplp0h9ny0pmmp798q0798dzs"))))
+ (arguments
+ (list
+ #:tests? #f)) ; no tests in PyPI arcvhie.
(build-system pyproject-build-system)
(propagated-inputs (list python-click
python-fastapi-for-pytorch-lightning
--
2.41.0
This bug report was last modified 1 year and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.