summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorng0 <ng0@we.make.ritual.n0.is>2016-11-16 12:27:57 +0000
committerLeo Famulari <leo@famulari.name>2016-11-18 15:16:48 -0500
commit175d626478b37b1aa6ec3d869e7c66acb8d14275 (patch)
treec26d4e28c3606a0fd6de566b99b7d9584d547e04 /gnu/packages/video.scm
parented3fee5f7bdf6132d6af2a9e25fab76e02a267b3 (diff)
downloadpatches-175d626478b37b1aa6ec3d869e7c66acb8d14275.tar
patches-175d626478b37b1aa6ec3d869e7c66acb8d14275.tar.gz
gnu: mps-youtube: Disable tests.
* gnu/packages/video.scm (mps-youtube): Disable tests. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8f4b9d0061..fefa672bef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1708,6 +1708,12 @@ Content System specification.")
(base32
"1s7h35yx6f0szf8mm8612ic913w3v05m2kwphjfcxnpq0ammhyci"))))
(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
`(("python-pafy" ,python-pafy)
("python-pygobject" ,python-pygobject))) ; For mpris2 support