guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] gnu: mps-youtube: Disable tests.


From: Leo Famulari
Subject: Re: [PATCH 2/2] gnu: mps-youtube: Disable tests.
Date: Fri, 18 Nov 2016 15:17:13 -0500
User-agent: Mutt/1.7.1 (2016-10-04)

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
> 
> 



reply via email to

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