guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: python-openid-teams: Disable tests.


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

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

commit ac72d3d2cca1381a807493763b2e80db5307fdb1
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 14 00:38:04 2017 +0100

    gnu: python-openid-teams: Disable tests.
    
    * gnu/packages/python.scm (python-openid-teams,
    python2-openid-teams)[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 1c34159..18e55bf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5633,6 +5633,7 @@ contributor license agreement extension for 
python-openid.")
         (base32
          "05zrh78alav24rxkbqlpbad6d3x2nljk6z6j7kflxf3vdqa7w969"))))
     (build-system python-build-system)
+    (arguments '(#:tests? #f)) ; No tests.
     (home-page "https://github.com/puiterwijk/python-openid-teams/";)
     (synopsis "Implementation of the OpenID teams extension for python-openid")
     (description



reply via email to

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