guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 4beefc0da725e886745cb50674d3038f4e3f118e Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Sep 23 11:53:32 2025 +0100
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 --- gnu/packages/machine-learning.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index f3cae49fa9..74756ee41c 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -4884,10 +4884,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