mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
d1133823da
commit
62e7a5220a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue