all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: ng0 <ng0@we.make.ritual.n0.is>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: mps-youtube: Disable tests.
Date: Fri, 18 Nov 2016 15:17:13 -0500	[thread overview]
Message-ID: <20161118201713.GD16535@jasmine> (raw)
In-Reply-To: <20161116122757.13641-2-ng0@we.make.ritual.n0.is>

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	other threads:[~2016-11-18 20:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-16 12:27 [PATCH 1/2] gnu: python-pafy: Disable tests ng0
2016-11-16 12:27 ` [PATCH 2/2] gnu: mps-youtube: " ng0
2016-11-18 20:17   ` Leo Famulari [this message]
2016-11-18 20:17 ` [PATCH 1/2] gnu: python-pafy: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161118201713.GD16535@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=ng0@we.make.ritual.n0.is \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.