gnu: python-cairocffi: Disable tests.

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

View file

@ -4277,7 +4277,9 @@ (define-public python-cairocffi
(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)