diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-28 13:26:57 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-28 13:39:38 -0400 |
commit | e359b31a60b29209a202a4012069f551bae8870f (patch) | |
tree | 0d4c712499d27ca450b1601016b97175fb2b69a5 | |
parent | 67fd4a12cb5aa71f8e5943e88ffc3c18900d6963 (diff) |
gnu: python-wsgiproxy2: Disable the test suite.
* gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2)[arguments]:
Disable the tests.
-rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8e04909333..f7485ad014 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) |