lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit d27852c4ecf7d489ff0bd894a1c74116a1a1e453
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Fri Dec 31 15:06:28 2021 +0100
gnu: python-apipkg: Disable tests.
* gnu/packages/python-xyz.scm (python-apipkg)[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 1f55138d46..aae774fc42 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13785,6 +13785,7 @@ to your log entries.")
(base32
"1xhak74yj3lqflvpijg15rnkklrigvsp5q7s4as4h6a157d8q8ip"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; TODO: Some tests fail.
(native-inputs
(list python-pytest python-setuptools-scm))
(synopsis "Namespace control and lazy-import mechanism")