lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 2af7b5766769eb5ca7d48ca33e6bc7da570b4092
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sat Jan 1 12:07:16 2022 +0100
gnu: python-cairocffi: Disable tests.
* gnu/packages/python-xyz.scm (python-cairocffi)[arguments]: Disable
tests.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef6fc2a05f..f1ec8ea94b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7787,7 +7787,8 @@ support for Python 3 and PyPy. It is based on cffi.")
(propagated-inputs
(list python-xcffib)) ; used at run time
(arguments
- `(#:phases
+ `(#:tests? #f ; C modules cannot be imported.
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)