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:
Sharlatan Hellseher 2024-02-13 14:15:44 +00:00
parent d1133823da
commit 62e7a5220a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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