gnu: python-wsgiproxy2: Disable the test suite.
* gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2)[arguments]: Disable the tests.
This commit is contained in:
parent
67fd4a12cb
commit
e359b31a60
|
@ -8129,6 +8129,11 @@ server with very acceptable performance.")
|
||||||
(base32
|
(base32
|
||||||
"13kf9bdxrc95y9vriaz0viry3ah11nz4rlrykcfvb8nlqpx3dcm4"))))
|
"13kf9bdxrc95y9vriaz0viry3ah11nz4rlrykcfvb8nlqpx3dcm4"))))
|
||||||
(build-system python-build-system)
|
(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
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
|
|
Loading…
Reference in New Issue