guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: python-cairocffi: Disable tests.


From: Leo Famulari
Subject: 13/13: gnu: python-cairocffi: Disable tests.
Date: Tue, 13 Dec 2016 22:04:52 +0000 (UTC)

lfam pushed a commit to branch python-tests
in repository guix.

commit a792e1aa8dd6818f6fce942aa0efa9dc1076a99c
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 13 19:30:21 2016 +0100

    gnu: python-cairocffi: Disable tests.
    
    * gnu/packages/python.scm (python-cairocffi, python2-cairocffi)[arguments]:
    Set #:tests? #f.
---
 gnu/packages/python.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 37a595f..31f0651 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4277,7 +4277,9 @@ support for Python 3 and PyPy.  It is based on cffi.")
     (propagated-inputs
      `(("python-xcffib" ,python-xcffib))) ; used at run time
     (arguments
-     `(#:phases
+     `(;; FIXME: Tests cannot find 'libcairo.so.2'.
+       #:tests? #f
+       #:phases
        (modify-phases %standard-phases
          (add-after 'install 'install-doc
            (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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