mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: python-ledgerblue: Disable tests.
* gnu/packages/finance.scm (python-ledgerblue)[arguments]: Disable tests (there are none).
This commit is contained in:
parent
e6a88bcf16
commit
bacee2da69
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue