lfam pushed a commit to branch python-tests
in repository guix.
commit e2816ac72d6225ecb5ab740b7313bfc28c9d7764
Author: Marius Bakke <[email protected]>
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)