gnu: python2-swiftclient: Disable tests.
* gnu/packages/openstack.scm (python2-swiftclient)[arguments]: New field.master
parent
041b5932da
commit
e1f2e19047
|
@ -860,6 +860,10 @@ permanence.")
|
||||||
(define-public python2-swiftclient
|
(define-public python2-swiftclient
|
||||||
(let ((swiftclient (package-with-python2 python-swiftclient)))
|
(let ((swiftclient (package-with-python2 python-swiftclient)))
|
||||||
(package (inherit swiftclient)
|
(package (inherit swiftclient)
|
||||||
|
(arguments
|
||||||
|
`(#:python ,python-2
|
||||||
|
;; FIXME: subunit.run discover: error: no such option: --list
|
||||||
|
#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-futures" ,python2-futures)
|
`(("python2-futures" ,python2-futures)
|
||||||
("python2-requests" ,python2-requests)
|
("python2-requests" ,python2-requests)
|
||||||
|
|
Reference in New Issue