[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: python2-openid: Fix package.
From: |
guix-commits |
Subject: |
05/07: gnu: python2-openid: Fix package. |
Date: |
Mon, 4 Mar 2019 16:09:23 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 9597c550052553133d992772b6d994c72c1a03cf
Author: Julien Lepiller <address@hidden>
Date: Mon Mar 4 21:21:00 2019 +0100
gnu: python2-openid: Fix package.
* gnu/packages/python-web (python2-openid)[arguments]: Disable tests.
---
gnu/packages/python-web.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 839f48c..e25b681 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -600,7 +600,9 @@ for clients and servers.")
(build-system python-build-system)
(arguments
;; Python 3 support is in `python3-openid`, a separate package.
- `(#:python ,python-2))
+ `(#:python ,python-2
+ ;; Tests aren't initialized correctly.
+ #:tests? #f))
(home-page "https://github.com/openid/python-openid")
(synopsis "OpenID support for servers and consumers")
(description "This library provides OpenID authentication for Python, both
- branch master updated (bcbb3cc -> b95d758), guix-commits, 2019/03/04
- 07/07: gnu: pootle: Update to 2.8.2., guix-commits, 2019/03/04
- 04/07: gnu: python-django-rq: Update to 1.3.0., guix-commits, 2019/03/04
- 05/07: gnu: python2-openid: Fix package.,
guix-commits <=
- 02/07: gnu: python-rq: Update to 0.13.0., guix-commits, 2019/03/04
- 06/07: gnu: python-django-allauth: Update to 0.39.1., guix-commits, 2019/03/04
- 03/07: gnu: python-django-redis: Update to 4.10.0., guix-commits, 2019/03/04
- 01/07: gnu: python-redis: Update to 3.2.0., guix-commits, 2019/03/04