me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinx: Disable tests.

* gnu/packages/python.scm (python-sphinx, python2-sphinx)[arguments]:
Set #:tests? #f.
master
Marius Bakke 2016-12-13 12:01:52 +01:00 committed by Leo Famulari
parent 995cb99e4b
commit 03cb5f9edb
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 0 deletions

View File

@ -2808,6 +2808,9 @@ reStructuredText.")
(base32
"011xizm3jnmf4cvs5i6kgf6c5nn046h79i8j0vd0f27yw9j3p4wl"))))
(build-system python-build-system)
(arguments
;; FIXME: Missing dependencies.
'(#:tests? #f))
(propagated-inputs
`(("python-jinja2" ,python-jinja2)
("python-docutils" ,python-docutils)