summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-04 22:31:59 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-04 22:31:59 +0100
commit4f8dc1536adf5965597d53a1e7867690429a12b2 (patch)
tree1d6456941b23316020c9f0edac8e22187134488d /gnu/packages/python-web.scm
parent19464173bafdc42adfc8dd7277c491c40ddef66b (diff)
parent5ae458befc803fe357210fef343cf322d9f4bade (diff)
downloadpatches-4f8dc1536adf5965597d53a1e7867690429a12b2.tar
patches-4f8dc1536adf5965597d53a1e7867690429a12b2.tar.gz
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4b84594b2a..a4ca3cfb75 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