gnu: python-sphinxcontrib-websupport: Disable tests.
* gnu/packages/python.scm (python-sphinxcontrib-websupport)[arguments]: New field. [native-inputs, inputs]: Remove.
This commit is contained in:
parent
efada0946d
commit
5f2707a255
|
@ -2394,18 +2394,9 @@ reStructuredText.")
|
||||||
(base32
|
(base32
|
||||||
"1f9f0wjpi9nhikbyaz6d19s7qvzdf1nq2g5dsh640fma4q9rd1bs"))))
|
"1f9f0wjpi9nhikbyaz6d19s7qvzdf1nq2g5dsh640fma4q9rd1bs"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(arguments
|
||||||
`(("python-mock" ,python-mock)
|
;; FIXME: Tests depend on Sphinx, which depends on this.
|
||||||
("python-pytest" ,python-pytest)
|
`(#:tests? #f))
|
||||||
("python-xapian-bindings" ,python-xapian-bindings)))
|
|
||||||
;; Needed for running the test suite
|
|
||||||
(native-inputs
|
|
||||||
`(("python-six" ,python-six)
|
|
||||||
("python-jinja2" ,python-jinja2)
|
|
||||||
("python-docutils" ,python-docutils)
|
|
||||||
("python-sphinx" ,python-sphinx)
|
|
||||||
("python-sqlalchemy" ,python-sqlalchemy)
|
|
||||||
("python-whoosh" ,python-whoosh)))
|
|
||||||
(home-page "http://sphinx-doc.org/")
|
(home-page "http://sphinx-doc.org/")
|
||||||
(synopsis "Sphinx API for web applications")
|
(synopsis "Sphinx API for web applications")
|
||||||
(description "This package provides a Python API to easily integrate
|
(description "This package provides a Python API to easily integrate
|
||||||
|
|
Loading…
Reference in New Issue