~ruther/guix-local

27693b1e34347c4e2e4d12283c8c825ec6332716 — Danny Milosavljevic 9 years ago 9c4810b
gnu: python-oslosphinx: Re-enable tests.

* gnu/packages/openstack.scm (python-oslosphinx): Re-enable tests.
1 files changed, 8 insertions(+), 2 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +8 -2
@@ 604,9 604,15 @@ and building documentation from them.")
        (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