~ruther/guix-local

e2816ac72d6225ecb5ab740b7313bfc28c9d7764 — Marius Bakke 9 years ago c8cd850
gnu: python-xcffib: Disable tests.

* gnu/packages/python.scm (python-xcffib, python2-xcffib)[arguments]:
Set #:tests? #f.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -1
@@ 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)