diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-14 00:22:06 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-14 00:41:06 +0100 |
commit | 019ccdb6c88cb19a6db3b1a4394cd2c2bfcd30c0 (patch) | |
tree | 1081ec0614c073d563bb7798d409ec6382fd7a1d | |
parent | 23015b4fb4dd7964d37165687ca1fa6dc796a4f4 (diff) | |
download | patches-019ccdb6c88cb19a6db3b1a4394cd2c2bfcd30c0.tar patches-019ccdb6c88cb19a6db3b1a4394cd2c2bfcd30c0.tar.gz |
gnu: python-openid-cla: Disable tests.
* gnu/packages/python.scm (python-openid-cla, python2-openid-cla)[arguments]:
New field.
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |