summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-14 00:38:04 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-14 00:41:07 +0100
commitac72d3d2cca1381a807493763b2e80db5307fdb1 (patch)
treef7829dec9c99c84a38f020c50f5286f62f8ab6fa /gnu/packages
parent019ccdb6c88cb19a6db3b1a4394cd2c2bfcd30c0 (diff)
downloadguix-patches-ac72d3d2cca1381a807493763b2e80db5307fdb1.tar
guix-patches-ac72d3d2cca1381a807493763b2e80db5307fdb1.tar.gz
gnu: python-openid-teams: Disable tests.
* gnu/packages/python.scm (python-openid-teams, python2-openid-teams)[arguments]: New field.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1c3415988a..18e55bf6b2 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