~ruther/guix-local

24beb3cd7b2fd7f671286ac5365de8ab8e90a2de — Sharlatan Hellseher 6 months ago 8e99890
gnu: python-lightning-utilities: Disable tests.

* gnu/packages/machine-learning.scm (python-lightning-utilities)[arguments]
<tests?>: Most tests are broken.
[native-inputs]: Remove python-wheel.

Change-Id: I73e90cadff07d662e43dfced6227f0023382b76c
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +3 -2
@@ 5015,10 5015,11 @@ AI services.")
               (base32
                "1xg9cngdz9dsxwcpcmzf28q306i15hw58h54allhb41q4wzziqip"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:tests? #f))        ;XXX: broken tests
    (native-inputs
     (list python-coverage
           python-setuptools
           python-wheel))
           python-setuptools))
    (propagated-inputs
     (list python-importlib-metadata
           python-packaging