mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-sphinx-repoze-autointerface: Disable tests.
* gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface)[arguments]: New field.
This commit is contained in:
parent
9893cff376
commit
5b3c3d4b5a
1 changed files with 1 additions and 0 deletions
|
@ -9790,6 +9790,7 @@ (define-public python-sphinx-repoze-autointerface
|
|||
(base32
|
||||
"08ycivzf7bh4a1zcyp31hbyqs1b2c9r26raa3vxjwwmbfqr3iw4f"))))
|
||||
(build-system python-build-system)
|
||||
(arguments '(#:tests? #f)) ; No tests.
|
||||
(propagated-inputs
|
||||
`(("python-sphinx" ,python-sphinx)
|
||||
("python-zope-interface" ,python-zope-interface)))
|
||||
|
|
Loading…
Reference in a new issue