me
/
guix
Archived
1
0
Fork 0

gnu: python-openid-teams: Disable tests.

* gnu/packages/python.scm (python-openid-teams,
python2-openid-teams)[arguments]: New field.
master
Marius Bakke 2017-02-14 00:38:04 +01:00
parent 019ccdb6c8
commit ac72d3d2cc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -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