gnu: python-oslosphinx: Re-enable tests.

* gnu/packages/openstack.scm (python-oslosphinx): Re-enable tests.
This commit is contained in:
Danny Milosavljevic 2017-02-18 18:12:34 +01:00
parent 9c4810b47c
commit 27693b1e34
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -604,9 +604,15 @@ (define-public python-oslosphinx
(base32
"09mxqyabi68f3s3arvdhlhq0mn38vf74jbsfcg84151hcj6czhnl"))))
(build-system python-build-system)
;; FIXME: Incompatible sphinx version.
(arguments
'(#:tests? #f))
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
;; Note: Upstream tests would have also built the release notes.
;; That only would work if we were in a git checkout.
;; Therefore, we don't do it here.
(zero? (system* "python" "setup.py" "build_sphinx")))))))
(propagated-inputs
`(("python-requests" ,python-requests)))
(native-inputs