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

commit 80fd615a1ab4af11d83376bfd7dc8002a2566322
Author: Lars-Dominik Braun <[email protected]>
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