mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
8e998900de
commit
24beb3cd7b
1 changed files with 3 additions and 2 deletions
|
@ -5015,10 +5015,11 @@ AI services.")
|
||||||
(base32
|
(base32
|
||||||
"1xg9cngdz9dsxwcpcmzf28q306i15hw58h54allhb41q4wzziqip"))))
|
"1xg9cngdz9dsxwcpcmzf28q306i15hw58h54allhb41q4wzziqip"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f)) ;XXX: broken tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-coverage
|
(list python-coverage
|
||||||
python-setuptools
|
python-setuptools))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-importlib-metadata
|
(list python-importlib-metadata
|
||||||
python-packaging
|
python-packaging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue