emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#43864: closed ([PATCH] gnu: beets: Skip failing tests.)


From: GNU bug Tracking System
Subject: bug#43864: closed ([PATCH] gnu: beets: Skip failing tests.)
Date: Sat, 10 Oct 2020 20:41:02 +0000

Your message dated Sat, 10 Oct 2020 22:40:06 +0200
with message-id <87wnzxhl21.fsf@gnu.org>
and subject line Re: [bug#43864] [PATCH] gnu: beets: Skip failing tests.
has caused the debbugs.gnu.org bug report #43864,
regarding [PATCH] gnu: beets: Skip failing tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43864: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43864
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: beets: Skip failing tests. Date: Thu, 8 Oct 2020 12:37:04 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43864] [PATCH] gnu: beets: Skip failing tests. Date: Sat, 10 Oct 2020 22:40:06 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

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

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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