diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-17 22:22:22 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:26 +0100 |
| commit | ddf12c910ce2aa03b2f0ac467e4f1fa26f82d6a3 (patch) | |
| tree | 089022ae014ec483894f9f09b86aa0b92275acdc /gnu | |
| parent | eee1ff3ae48fa28235c555274284417be3e46f8e (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/finance.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 47389b1beb5..d0cbedafae8 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -2420,7 +2420,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 |
