guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 305ef58690f7fcbbef8772d731f0a122366775d2 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun Sep 21 01:09:43 2025 +0200
gnu: python-bech32: Fix tests. * gnu/packages/finance.scm (python-bech32)[arguments] <#:test-backend>: Set it. [native-inputs]: Remove python-wheel. Change-Id: I94e5a1a979717075d206856f6062039a14d2080c Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/finance.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index d6b3c8aa00..38f26c5d0e 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1085,7 +1085,8 @@ the Monero GUI client.") (sha256 (base32 "0wq6q0yrw3x42d81v445xy4nh2qlrn7swsydgpv81dkay11kajrz")))) (build-system pyproject-build-system) - (native-inputs (list python-setuptools python-wheel)) + (arguments (list #:test-backend #~'unittest)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/fiatjaf/bech32") (synopsis "Reference implementation for Bech32 and Segwit addresses") (description "This package provides a python reference implementation for