From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 2/2] gnu: mps-youtube: Disable tests. Date: Wed, 16 Nov 2016 12:27:57 +0000 Message-ID: <20161116122757.13641-2-ng0@we.make.ritual.n0.is> References: <20161116122757.13641-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6zL4-0004qa-U7 for guix-devel@gnu.org; Wed, 16 Nov 2016 07:29:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6zKz-0004Vt-Ug for guix-devel@gnu.org; Wed, 16 Nov 2016 07:29:18 -0500 Received: from aibo.runbox.com ([91.220.196.211]:47983) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6zKz-0004VQ-Ng for guix-devel@gnu.org; Wed, 16 Nov 2016 07:29:13 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c6zKy-0000UY-Px for guix-devel@gnu.org; Wed, 16 Nov 2016 13:29:12 +0100 In-Reply-To: <20161116122757.13641-1-ng0@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/video.scm (mps-youtube): Disable tests. --- gnu/packages/video.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 4329d20..1cb7a12 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1702,6 +1702,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 -- 2.10.2