gnu: python-ledgerblue: Disable tests.

* gnu/packages/finance.scm (python-ledgerblue)[arguments]: Disable
tests (there are none).
This commit is contained in:
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

View file

@ -1068,6 +1068,8 @@ (define-public python-ledgerblue
(base32 (base32
"0nbfa5i9ww7jsfc8cgy0r229pq2a1vj4xvn8mz0nxl7mx1wykqm4")))) "0nbfa5i9ww7jsfc8cgy0r229pq2a1vj4xvn8mz0nxl7mx1wykqm4"))))
(build-system python-build-system) (build-system python-build-system)
(arguments
`(#:tests? #f)) ; no tests
(propagated-inputs (propagated-inputs
(list python-ecpy (list python-ecpy
python-future python-future