mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: mps-youtube: Disable tests.
* gnu/packages/video.scm (mps-youtube): Disable tests. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
ed3fee5f7b
commit
175d626478
1 changed files with 6 additions and 0 deletions
|
@ -1708,6 +1708,12 @@ (define-public mps-youtube
|
||||||
(base32
|
(base32
|
||||||
"1s7h35yx6f0szf8mm8612ic913w3v05m2kwphjfcxnpq0ammhyci"))))
|
"1s7h35yx6f0szf8mm8612ic913w3v05m2kwphjfcxnpq0ammhyci"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
;; Tests need to be disabled until #556 upstream is fixed. It reads as if the
|
||||||
|
;; test suite results differ depending on the country and also introduce
|
||||||
|
;; non-determinism in the tests.
|
||||||
|
;; https://github.com/mps-youtube/mps-youtube/issues/556
|
||||||
|
`(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pafy" ,python-pafy)
|
`(("python-pafy" ,python-pafy)
|
||||||
("python-pygobject" ,python-pygobject))) ; For mpris2 support
|
("python-pygobject" ,python-pygobject))) ; For mpris2 support
|
||||||
|
|
Loading…
Reference in a new issue