guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-ledgerblue: Disable tests.


From: guix-commits
Subject: branch core-updates updated: gnu: python-ledgerblue: Disable tests.
Date: Sun, 23 Apr 2023 17:08:52 -0400

This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new bacee2da69 gnu: python-ledgerblue: Disable tests.
bacee2da69 is described below

commit bacee2da69dc3fdc20c384bed479d7596d9234a9
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sun Apr 23 17:00:08 2023 -0400

    gnu: python-ledgerblue: Disable tests.
    
    * gnu/packages/finance.scm (python-ledgerblue)[arguments]: Disable
    tests (there are none).
---
 gnu/packages/finance.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 31a139164b..649aa56fc1 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]