mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-openid-cla: Disable tests.
* gnu/packages/python.scm (python-openid-cla, python2-openid-cla)[arguments]: New field.
This commit is contained in:
parent
23015b4fb4
commit
019ccdb6c8
1 changed files with 1 additions and 0 deletions
|
@ -5611,6 +5611,7 @@ (define-public python-openid-cla
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue