lfam pushed a commit to branch master
in repository guix.
commit e359b31a60b29209a202a4012069f551bae8870f
Author: Leo Famulari <[email protected]>
Date: Fri Oct 28 13:26:57 2016 -0400
gnu: python-wsgiproxy2: Disable the test suite.
* gnu/packages/python.scm (python-wsgiproxy2,
python2-wsgiproxy2)[arguments]:
Disable the tests.
---
gnu/packages/python.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8e04909..f7485ad 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8129,6 +8129,11 @@ server with very acceptable performance.")
(base32
"13kf9bdxrc95y9vriaz0viry3ah11nz4rlrykcfvb8nlqpx3dcm4"))))
(build-system python-build-system)
+ (arguments
+ '(;; Wsgiproxy2's test suite requires Restkit, which does not yet fully
+ ;; support Python 3:
+ ;; https://github.com/benoitc/restkit/issues/140
+ #:tests? #f))
(native-inputs
`(("unzip" ,unzip)
("python-nose" ,python-nose)