guix-commits
[Top][All Lists]
Advanced

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

88/150: gnu: python-cairocffi: Disable tests.


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

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

commit 2af7b5766769eb5ca7d48ca33e6bc7da570b4092
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Jan 1 12:07:16 2022 +0100

    gnu: python-cairocffi: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-cairocffi)[arguments]: Disable
    tests.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef6fc2a05f..f1ec8ea94b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7787,7 +7787,8 @@ support for Python 3 and PyPy.  It is based on cffi.")
     (propagated-inputs
      (list python-xcffib)) ; used at run time
     (arguments
-     `(#:phases
+     `(#:tests? #f ; C modules cannot be imported.
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-paths
            (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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