mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-sphinxcontrib-newsfeed: Disable tests.
* gnu/packages/python.scm (python-sphinxcontrib-newsfeed python2-sphinxcontrib-newsfeed)[arguments]: New field.
This commit is contained in:
parent
e2cb140efb
commit
3d2a544c69
1 changed files with 1 additions and 0 deletions
|
@ -8642,6 +8642,7 @@ (define-public python-sphinxcontrib-newsfeed
|
|||
(sha256
|
||||
(base32
|
||||
"1d7gam3mn8v4in4p16yn3v10vps7nnaz6ilw99j4klij39dqd37p"))))
|
||||
(arguments '(#:tests? #f)) ; No tests.
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-sphinx" ,python-sphinx)))
|
||||
|
|
Loading…
Reference in a new issue