From 019ccdb6c88cb19a6db3b1a4394cd2c2bfcd30c0 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 14 Feb 2017 00:22:06 +0100 Subject: gnu: python-openid-cla: Disable tests. * gnu/packages/python.scm (python-openid-cla, python2-openid-cla)[arguments]: New field. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c9cf347373..1c3415988a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5611,6 +5611,7 @@ another XPath engine to find the matching elements in an XML or HTML document.") (base32 "102hy2qisvjxp5s0v9lvwqi4f2dk0dhns40vjgn008yxc7k0h3cr")))) (build-system python-build-system) + (arguments '(#:tests? #f)) ; No tests. (home-page "https://github.com/puiterwijk/python-openid-cla/") (synopsis "Implementation of the OpenID CLA extension for python-openid") (description "@code{openid-cla} is an implementation of the OpenID -- cgit v1.2.3