guix-commits
[Top][All Lists]
Advanced

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

03/21: gnu: python-gphoto2: Disable tests.


From: guix-commits
Subject: 03/21: gnu: python-gphoto2: Disable tests.
Date: Sun, 9 Jan 2022 08:42:02 -0500 (EST)

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

commit 71b39855e1be4fb372e944a10ad1044cd9761a80
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Jan 8 15:36:07 2022 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 65278d2170..27b46d0fa7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -791,6 +791,7 @@ of a loop structure or other iterative computation.")
                (base32
                 "118zm25c8mlajfl0pzssnwz4b8lamj9dgymla9rn4nla7l244a0r"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; No tests exist.
     (native-inputs
      (list pkg-config))
     (inputs



reply via email to

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