guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: python-xcffib: Disable tests.


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

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

commit e2816ac72d6225ecb5ab740b7313bfc28c9d7764
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 13 19:25:49 2016 +0100

    gnu: python-xcffib: Disable tests.
    
    * gnu/packages/python.scm (python-xcffib, python2-xcffib)[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 6aee72c..bed8124 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4229,7 +4229,9 @@ a front-end for C compilers or analysis tools.")
      `(("python-cffi" ,python-cffi) ; used at run time
        ("python-six" ,python-six)))
     (arguments
-     `(#:phases
+     `(;; FIXME: Tests cannot load libxcb.so.1
+       #:tests? #f
+       #:phases
        (modify-phases %standard-phases
          (add-after 'install 'install-doc
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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