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

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

bug#42488: closed ([PATCH] gnu: khal: Fix a failing test.)


From: GNU bug Tracking System
Subject: bug#42488: closed ([PATCH] gnu: khal: Fix a failing test.)
Date: Thu, 23 Jul 2020 08:07:02 +0000

Your message dated Thu, 23 Jul 2020 11:05:31 +0300
with message-id <20200723080531.GF3039@E5400>
and subject line Re: [bug#42488] [PATCH] gnu: khal: Fix a failing test.
has caused the debbugs.gnu.org bug report #42488,
regarding [PATCH] gnu: khal: Fix a failing test.
to be marked as done.

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


-- 
42488: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42488
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: khal: Fix a failing test. Date: Thu, 23 Jul 2020 09:50:43 +0200
* gnu/packages/calendar.scm (khal): [arguments] Fix a failing test.
---
 gnu/packages/calendar.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 726687d488..53c73c969d 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com
 ;;; Copyright © 2020 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -195,6 +196,12 @@ data units.")
              "doc/build/man/khal.1"
              (string-append (assoc-ref outputs "out") "/share/man/man1"))
             #t))
+        (add-before 'check 'fix-tests
+          (lambda _
+            ;; Reported upstream: 
<https://github.com/pimutils/khal/issues/947>.
+            (substitute* "tests/cli_test.py"
+             (("Invalid value for \"\\[ICS\\]\"") "Invalid value for 
\\'[ICS]\\'"))
+            #t))
         (replace 'check
           (lambda* (#:key inputs #:allow-other-keys)
             ;; The tests require us to choose a timezone.
-- 
2.27.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42488] [PATCH] gnu: khal: Fix a failing test. Date: Thu, 23 Jul 2020 11:05:31 +0300
Thanks, it's been bothering me that I couldn't upgrade that package.

Patch pushed!


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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