From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: mps-youtube: Disable tests. Date: Fri, 18 Nov 2016 15:17:13 -0500 Message-ID: <20161118201713.GD16535@jasmine> References: <20161116122757.13641-1-ng0@we.make.ritual.n0.is> <20161116122757.13641-2-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7pb2-0000Ff-Gc for guix-devel@gnu.org; Fri, 18 Nov 2016 15:17:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7pb1-0003cr-IL for guix-devel@gnu.org; Fri, 18 Nov 2016 15:17:16 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:57580) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7pb1-0003cL-EN for guix-devel@gnu.org; Fri, 18 Nov 2016 15:17:15 -0500 Content-Disposition: inline In-Reply-To: <20161116122757.13641-2-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: ng0 Cc: guix-devel@gnu.org On Wed, Nov 16, 2016 at 12:27:57PM +0000, ng0 wrote: > * gnu/packages/video.scm (mps-youtube): Disable tests. Thanks for the helpful comment! Pushed! > --- > 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 > >