unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43864] [PATCH] gnu: beets: Skip failing tests.
@ 2020-10-08 10:37 Tanguy Le Carrour
  2020-10-10 20:40 ` bug#43864: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Tanguy Le Carrour @ 2020-10-08 10:37 UTC (permalink / raw)
  To: 43864; +Cc: Tanguy Le Carrour

* gnu/packages/music.scm (beets)[phases]{disable-failing-tests}: New phase.
---
 gnu/packages/music.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1434af9788..6693f34037 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -29,6 +29,7 @@
 ;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3159,6 +3160,13 @@ websites such as Libre.fm.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         ;; Reported upstream: <https://github.com/beetbox/beets/issues/3771>.
+         ;; Disable the faulty test as the fix is unclear.
+         (add-after 'unpack 'disable-failing-tests
+           (lambda _
+             (substitute* "test/test_mediafile.py"
+               (("def test_read_audio_properties") "def _test_read_audio_properties"))
+             #t))
          (add-after 'unpack 'set-HOME
            (lambda _
              (setenv "HOME" (string-append (getcwd) "/tmp"))
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#43864: [PATCH] gnu: beets: Skip failing tests.
  2020-10-08 10:37 [bug#43864] [PATCH] gnu: beets: Skip failing tests Tanguy Le Carrour
@ 2020-10-10 20:40 ` Ludovic Courtès
  2020-10-11 13:15   ` [bug#43864] " Tanguy Le Carrour
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2020-10-10 20:40 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 43864-done

Hello,

Tanguy Le Carrour <tanguy@bioneland.org> skribis:

> * gnu/packages/music.scm (beets)[phases]{disable-failing-tests}: New phase.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#43864] [PATCH] gnu: beets: Skip failing tests.
  2020-10-10 20:40 ` bug#43864: " Ludovic Courtès
@ 2020-10-11 13:15   ` Tanguy Le Carrour
  0 siblings, 0 replies; 3+ messages in thread
From: Tanguy Le Carrour @ 2020-10-11 13:15 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 43864-done

Le 10/10, Ludovic Courtès a écrit :
> Tanguy Le Carrour <tanguy@bioneland.org> skribis:
> 
> > * gnu/packages/music.scm (beets)[phases]{disable-failing-tests}: New phase.
> 
> Applied, thanks!

Thanks!

-- 
Tanguy




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-11 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 10:37 [bug#43864] [PATCH] gnu: beets: Skip failing tests Tanguy Le Carrour
2020-10-10 20:40 ` bug#43864: " Ludovic Courtès
2020-10-11 13:15   ` [bug#43864] " Tanguy Le Carrour

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).