gnu: python-oslo.context: Enable tests.

* gnu/packages/openstack.scm (python-oslo.context)[arguments]: Remove.
This commit is contained in:
Marius Bakke 2018-02-27 23:43:20 +01:00
parent 39033c8f57
commit 8fa28808a6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -422,8 +422,6 @@ (define-public python-oslo.context
(base32
"0kvha0rs9295njyl2z6n6zm5dapi5mrl5zwjm0m6ldqrvccyf8c3"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Requires python-mock >= 1.2.
(native-inputs
`(("python-babel" ,python-babel)
("python-pbr" ,python-pbr)