guix-commits
[Top][All Lists]
Advanced

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

117/150: gnu: python-gphoto2: Disable tests.


From: guix-commits
Subject: 117/150: gnu: python-gphoto2: Disable tests.
Date: Sun, 24 Apr 2022 05:12:32 -0400 (EDT)

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

commit 80fd615a1ab4af11d83376bfd7dc8002a2566322
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 7f21f9fee2..c3ed26e70f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -853,6 +853,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]