guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: mps-youtube: Disable tests.


From: Leo Famulari
Subject: 02/02: gnu: mps-youtube: Disable tests.
Date: Fri, 18 Nov 2016 20:16:54 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 175d626478b37b1aa6ec3d869e7c66acb8d14275
Author: ng0 <address@hidden>
Date:   Wed Nov 16 12:27:57 2016 +0000

    gnu: mps-youtube: Disable tests.
    
    * gnu/packages/video.scm (mps-youtube): Disable tests.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/video.scm |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8f4b9d0..fefa672 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]