gnu: python-sphinxcontrib-programoutput: Disable tests.
* gnu/packages/python.scm (python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput)[arguments]: New field.master
parent
2010af55b9
commit
e2cb140efb
|
@ -9763,6 +9763,9 @@ programmatically interfacing with your system's $EDITOR.")
|
||||||
(base32
|
(base32
|
||||||
"098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp"))))
|
"098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
;; FIXME: Many tests are failing and the upstream is gone.
|
||||||
|
'(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)))
|
`(("python-sphinx" ,python-sphinx)))
|
||||||
(synopsis "Sphinx extension to include program output")
|
(synopsis "Sphinx extension to include program output")
|
||||||
|
|
Reference in New Issue