gnu: python-wsgiproxy2: Disable the test suite.

* gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2)[arguments]:
Disable the tests.
This commit is contained in:
Leo Famulari 2016-10-28 13:26:57 -04:00
parent 67fd4a12cb
commit e359b31a60
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -8129,6 +8129,11 @@ (define-public python-wsgiproxy2
(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)