diff options
| author | James Smith <jsubuntuxp@disroot.org> | 2025-12-05 07:04:21 -0700 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-12-07 22:11:30 +0100 |
| commit | 890344d6461c663f825f64abc772a4f6b2682876 (patch) | |
| tree | 96e1df163bb84da10d49d8578ad20af4c67ee8db | |
| parent | d09a737f783476ec9ccf6b8ef738ff2fffe25141 (diff) | |
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>
| -rw-r--r-- | gnu/packages/finance.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 4bf02dcea34..82e088a9218 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm | |||
| @@ -1392,6 +1392,7 @@ the KeepKey Hardware Wallet.") | |||
| 1392 | (base32 | 1392 | (base32 |
| 1393 | "03zj602m2rln9yvr08dswy56vzkbldp8b074ixwzz525dafblr92")))) | 1393 | "03zj602m2rln9yvr08dswy56vzkbldp8b074ixwzz525dafblr92")))) |
| 1394 | (build-system pyproject-build-system) | 1394 | (build-system pyproject-build-system) |
| 1395 | (arguments (list #:tests? #f)) ; No tests detected | ||
| 1395 | (inputs | 1396 | (inputs |
| 1396 | (list python-ledgerblue python-trezor-agent)) | 1397 | (list python-ledgerblue python-trezor-agent)) |
| 1397 | (native-inputs | 1398 | (native-inputs |
