me
/
guix
Archived
1
0
Fork 0

gnu: python-ledgerblue: Disable tests.

* gnu/packages/finance.scm (python-ledgerblue)[arguments]: Disable
tests (there are none).
master
John Kehayias 2023-04-23 17:00:08 -04:00
parent e6a88bcf16
commit bacee2da69
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 0 deletions

View File

@ -1068,6 +1068,8 @@ of Bitcoin BIP-0039.")
(base32
"0nbfa5i9ww7jsfc8cgy0r229pq2a1vj4xvn8mz0nxl7mx1wykqm4"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; no tests
(propagated-inputs
(list python-ecpy
python-future