me
/
guix
Archived
1
0
Fork 0

gnu: python2-swiftclient: Disable tests.

* gnu/packages/openstack.scm (python2-swiftclient)[arguments]: New field.
master
Marius Bakke 2017-02-24 20:56:06 +01:00
parent 041b5932da
commit e1f2e19047
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -860,6 +860,10 @@ permanence.")
(define-public python2-swiftclient
(let ((swiftclient (package-with-python2 python-swiftclient)))
(package (inherit swiftclient)
(arguments
`(#:python ,python-2
;; FIXME: subunit.run discover: error: no such option: --list
#:tests? #f))
(propagated-inputs
`(("python2-futures" ,python2-futures)
("python2-requests" ,python2-requests)