gnu: python-sphinxcontrib-programoutput: Disable tests.

* gnu/packages/python.scm (python-sphinxcontrib-programoutput,
python2-sphinxcontrib-programoutput)[arguments]: New field.
This commit is contained in:
Marius Bakke 2017-02-15 08:51:17 +01:00
parent 2010af55b9
commit e2cb140efb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -9763,6 +9763,9 @@ (define-public python-sphinxcontrib-programoutput
(base32
"098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp"))))
(build-system python-build-system)
(arguments
;; FIXME: Many tests are failing and the upstream is gone.
'(#:tests? #f))
(propagated-inputs
`(("python-sphinx" ,python-sphinx)))
(synopsis "Sphinx extension to include program output")