guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit aa438c288cc55849f756be7ad99ac0dc2a7e6b6c
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 10 00:21:57 2026 +0100
gnu: python-mt-940: Drop arguments.
* gnu/packages/finance.scm (python-mt-940)[arguments]: Drop them.
Change-Id: Id379f1477727a30779f5c6d883c8b9636f839dd9
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/finance.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 61cbc7e230..2d6c7ad80b 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2506,10 +2506,6 @@ analysis of financial market data.")
(base32 "13g5338aa8vgkx8g94vz5d8ynfq3jndvyh1nz6dlhw4axwr4x8dp"))))
(properties '(("upstream-name" #{.}# "mt-940")))
(build-system pyproject-build-system)
- (arguments
- (list
- #:test-flags
- #~(list "-c" "/dev/null"))) ; Remove custom --cov flags.
(native-inputs (list python-pytest python-pyyaml python-setuptools))
(home-page "https://mt940.readthedocs.io/")
(synopsis "Python parser for MT940-encoded SWIFT data")