guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: python-openid-cla: Disable tests.


From: Marius Bakke
Subject: 05/08: gnu: python-openid-cla: Disable tests.
Date: Tue, 14 Feb 2017 10:11:30 -0500 (EST)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 019ccdb6c88cb19a6db3b1a4394cd2c2bfcd30c0
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 14 00:22:06 2017 +0100

    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 c9cf347..1c34159 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]