~ruther/guix-local

890344d6461c663f825f64abc772a4f6b2682876 — James Smith 2 months ago d09a737
gnu: ledger-agent: Disable tests.

Setting #:test-backend to unittest results in zero tests running, disable
tests instead.

* gnu/packages/finance.scm: (ledger-agent): [arguments]<#:tests?>: Disable them.

Change-Id: I6233fbafed47b04d57c7a13e079de50b5a4e5517
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/finance.scm
M gnu/packages/finance.scm => gnu/packages/finance.scm +1 -0
@@ 1392,6 1392,7 @@ the KeepKey Hardware Wallet.")
        (base32
         "03zj602m2rln9yvr08dswy56vzkbldp8b074ixwzz525dafblr92"))))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f))      ; No tests detected
    (inputs
     (list python-ledgerblue python-trezor-agent))
    (native-inputs