guix-commits
[Top][All Lists]
Advanced

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

142/150: gnu: python-lcov-cobertura: Disable tests.


From: guix-commits
Subject: 142/150: gnu: python-lcov-cobertura: Disable tests.
Date: Sun, 24 Apr 2022 05:12:50 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 89e205308044c37d73d0f08f1ee3bb461a92feca
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 16 14:43:53 2022 +0100

    gnu: python-lcov-cobertura: Disable tests.
    
    * gnu/packages/code.scm (python-lcov-cobertura)[arguments]: Disable tests.
---
 gnu/packages/code.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index e96a55e5b0..afc18dc62f 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -551,6 +551,7 @@ functionality such as HTML output.")
         (base32
          "02ar6yjazlxq4p64cz9gag08bvakmzjrp147jara9wlnlbc96j8g"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; No tests.
     (home-page "https://eriwen.github.io/lcov-to-cobertura-xml/";)
     (synopsis "LCOV to Cobertura XML converter")
     (description



reply via email to

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