~ruther/guix-local

62e7a5220a607302963ebfa704cc101999b5daae — Sharlatan Hellseher 2 years ago d113382
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +1 -0
@@ 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