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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-09-21 01:09:43 +02:00 committed by Sharlatan Hellseher
parent 8114c5549d
commit 42adcbd8d5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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