lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit a2646ca021bc04a70ecad580f6b85e8e13873da0
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Jan 9 12:10:55 2022 +0100
gnu: python-cwcwidth: Disable tests.
* gnu/packages/python-xyz.scm (python-cwcwidth)[arguments]: Disable tests.
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b9dce4ebe6..43ea003a58 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28017,6 +28017,7 @@ Generalized Mark-up Language}.")
(base32
"1azrphpkcyggg38xvkfb9dpc4xmmm90p02kf8dkqd4d6j5w96aj8"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; Cannot find C extension.
(native-inputs
(list python-cython python-pytest python-setuptools-scm python-toml
python-wheel))