lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 045264ea972ba5f9361eafc7f3bf9f8b3b20dbd6
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Jan 16 10:31:44 2022 +0100
gnu: python-jinja2-cli: Disable tests.
* gnu/packages/python-xyz.scm (python-jinja2-cli)[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 3cf9f6fea7..9e9bb8e428 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27621,6 +27621,7 @@ Screenflick.")
(base32
"0vikx7v6fbvww6kfrv0k5a24jyv3ak7nindg60906pdd1m9qvkcw"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; No tests.
(propagated-inputs
(list python-jinja2))
(native-inputs