gnu: python-xcffib: Disable tests.

* gnu/packages/python.scm (python-xcffib, python2-xcffib)[arguments]:
Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-13 19:25:49 +01:00 committed by Leo Famulari
parent c8cd850c87
commit e2816ac72d
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -4229,7 +4229,9 @@ (define-public python-xcffib
`(("python-cffi" ,python-cffi) ; used at run time `(("python-cffi" ,python-cffi) ; used at run time
("python-six" ,python-six))) ("python-six" ,python-six)))
(arguments (arguments
`(#:phases `(;; FIXME: Tests cannot load libxcb.so.1
#:tests? #f
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'install-doc (add-after 'install 'install-doc
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)