lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit ba742fea8bbbdbaf97557b7b40e0f50955b2c3d9
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Nov 28 08:44:27 2021 +0100
gnu: python-branca: Disable tests.
* gnu/packages/python-web.scm (python-branca)[arguments]: Disable tests.
---
gnu/packages/python-web.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 28c934e896..c690012fb4 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4510,6 +4510,7 @@ library to create slugs from unicode strings while
keeping it DRY.")
(base32
"0pmigd521j2228xf8x34vbx0niwvms7xl7za0lymywj0vydjqxiy"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; No tests in PyPi release.
(propagated-inputs
(list python-jinja2 python-six))
(native-inputs