From unknown Sat Aug 09 13:21:13 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42488] [PATCH] gnu: khal: Fix a failing test. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 Jul 2020 07:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42488 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42488@debbugs.gnu.org Cc: Tanguy Le Carrour X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159549067719189 (code B ref -1); Thu, 23 Jul 2020 07:52:02 +0000 Received: (at submit) by debbugs.gnu.org; 23 Jul 2020 07:51:17 +0000 Received: from localhost ([127.0.0.1]:43839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyW0W-0004zN-U9 for submit@debbugs.gnu.org; Thu, 23 Jul 2020 03:51:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:58254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyW0U-0004zD-VI for submit@debbugs.gnu.org; Thu, 23 Jul 2020 03:51:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyW0U-00039a-Ng for guix-patches@gnu.org; Thu, 23 Jul 2020 03:51:10 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:40123) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyW0S-0003zs-Kv for guix-patches@gnu.org; Thu, 23 Jul 2020 03:51:10 -0400 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPA id 4CC01E000E; Thu, 23 Jul 2020 07:51:03 +0000 (UTC) From: Tanguy Le Carrour Date: Thu, 23 Jul 2020 09:50:43 +0200 Message-Id: <20200723075043.19237-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.196; envelope-from=tanguy@bioneland.org; helo=relay4-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 00:42:08 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * 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 ;;; Copyright © 2020 Marius Bakke +;;; Copyright © 2020 Tanguy Le Carrour ;;; ;;; 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: . + (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 From unknown Sat Aug 09 13:21:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Tanguy Le Carrour Subject: bug#42488: closed (Re: [bug#42488] [PATCH] gnu: khal: Fix a failing test.) Message-ID: References: <20200723080531.GF3039@E5400> <20200723075043.19237-1-tanguy@bioneland.org> X-Gnu-PR-Message: they-closed 42488 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42488@debbugs.gnu.org Date: Thu, 23 Jul 2020 08:07:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1595491622-20796-1" This is a multi-part message in MIME format... ------------=_1595491622-20796-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42488: [PATCH] gnu: khal: Fix a failing test. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42488@debbugs.gnu.org. --=20 42488: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42488 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1595491622-20796-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42488-done) by debbugs.gnu.org; 23 Jul 2020 08:06:24 +0000 Received: from localhost ([127.0.0.1]:43871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyWFD-0005OU-W3 for submit@debbugs.gnu.org; Thu, 23 Jul 2020 04:06:24 -0400 Received: from flashner.co.il ([178.62.234.194]:56014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyWFA-0005OE-9e for 42488-done@debbugs.gnu.org; Thu, 23 Jul 2020 04:06:22 -0400 Received: from localhost (unknown [141.226.9.208]) by flashner.co.il (Postfix) with ESMTPSA id 6DFF040031; Thu, 23 Jul 2020 08:06:14 +0000 (UTC) Date: Thu, 23 Jul 2020 11:05:31 +0300 From: Efraim Flashner To: Tanguy Le Carrour Subject: Re: [bug#42488] [PATCH] gnu: khal: Fix a failing test. Message-ID: <20200723080531.GF3039@E5400> References: <20200723075043.19237-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uTRFFR9qmiCqR05s" Content-Disposition: inline In-Reply-To: <20200723075043.19237-1-tanguy@bioneland.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42488-done Cc: 42488-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --uTRFFR9qmiCqR05s Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks, it's been bothering me that I couldn't upgrade that package. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --uTRFFR9qmiCqR05s Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl8ZRMsACgkQQarn3Mo9 g1H8CRAAuOmsKAD7mIV/4qDzlw7u6dnm4CH8k4yEH2KHmFEEolbZruJXHTQs6hu+ Fugo19vwct6cI3pIwZih5vHe/+6QlusD2OjOlFs5H0tABv5owpUb5y0JOLdHAnHH VYAgoLYka1aEiHIZC2IVUQn47tEp6I3hKIVpROm7LFDZ46ddiX4b9bpJtMh9zdqc JfJE02i95W57ymyKQGk7kKZ3QIpdOKK4Pd6o8S5RiZLTn3r97ZLyg179bXKFJI42 3d51buGK3pdwJ4t2/rcW2r1I7eWpwyKnbI4nkhRQfr1h3AJ1RUs/BKKKwGzPNMaR hRG++IwHcGZoo5kCzL8cGoTGFHg8KtEhnUWVnxefY4t0YKKF200Mr0jSJC+wJloT e5V/t60ikayFPu66GPkIHLIfM631vf7z+frHORGWrcCbqRcFUBLvJpS4iABk/1ew M1WL/gGWoxdF/SsGAToBi14xbgAG2b6kL5Vjz9vGUzERK3LbuViJFMyeDrzwXaCn Yhv8I5YAjUv1KyMLviKfwzeg5rfs6iOp2Kr3qRa0zq0ErPH/Ll3ZrnuD1LpSvsse hcYSL7Lh2s1joGNFhSrQmynflmQrIze4H0GrLq+B+Q84uassYf5F4nGZNSG+BEy0 KLf8UX590pMATnDKgiAR0k5T5CnFNx7V+/ROU0mKNmADanr5VCk= =EkRe -----END PGP SIGNATURE----- --uTRFFR9qmiCqR05s-- ------------=_1595491622-20796-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Jul 2020 07:51:17 +0000 Received: from localhost ([127.0.0.1]:43839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyW0W-0004zN-U9 for submit@debbugs.gnu.org; Thu, 23 Jul 2020 03:51:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:58254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyW0U-0004zD-VI for submit@debbugs.gnu.org; Thu, 23 Jul 2020 03:51:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyW0U-00039a-Ng for guix-patches@gnu.org; Thu, 23 Jul 2020 03:51:10 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:40123) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyW0S-0003zs-Kv for guix-patches@gnu.org; Thu, 23 Jul 2020 03:51:10 -0400 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPA id 4CC01E000E; Thu, 23 Jul 2020 07:51:03 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: khal: Fix a failing test. Date: Thu, 23 Jul 2020 09:50:43 +0200 Message-Id: <20200723075043.19237-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.196; envelope-from=tanguy@bioneland.org; helo=relay4-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 00:42:08 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * 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 ;;; Copyright © 2020 Marius Bakke +;;; Copyright © 2020 Tanguy Le Carrour ;;; ;;; 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: . + (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 ------------=_1595491622-20796-1--