guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 01d90be36d7953dcc3ae4184b552d3af9610b25b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 22:22:22 2026 +0000

    gnu: python-mt940: Enable tests.
    
    * gnu/packages/finance.scm (python-mt940):
    [arguments] <test-backend>: Use unittest.
    [native-inputs]: Remove python-setuptools-67 and python-wheel-0.40; add
    python-setuptools.
    
    Change-Id: I660ed423b08a08cc31c1b652c0f096652b08f3dc
---
 gnu/packages/finance.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 81936b586c..57e7e5c115 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2425,7 +2425,10 @@ and manipulation.")
        (sha256
         (base32 "1m507a7l78k378a9r8xq61bcllyvxsrl02ivbk78i9dxd097xvcv"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-setuptools-67 python-wheel-0.40))
+    (arguments
+     (list
+      #:test-backend #~'unittest))
+    (native-inputs (list python-setuptools))
     (home-page "http://mt940.b2ck.com/";)
     (synopsis "A simple module to parse MT940 files")
     (description "This package provides a simple module to parse MT940

Reply via email to