mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-xcffib: Disable tests.
* gnu/packages/python.scm (python-xcffib, python2-xcffib)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
c8cd850c87
commit
e2816ac72d
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue