guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]