From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0LpcBOhMIWDvUgAA0tVLHw (envelope-from ) for ; Mon, 08 Feb 2021 14:38:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id cBhoAOhMIWDOagAA1q6Kng (envelope-from ) for ; Mon, 08 Feb 2021 14:38:32 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 50A8F94042A for ; Mon, 8 Feb 2021 14:38:31 +0000 (UTC) Received: from localhost ([::1]:37104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l97gL-0003gi-P8 for larch@yhetil.org; Mon, 08 Feb 2021 09:38:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57696) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l91Wi-0006Fi-6d for bug-guix@gnu.org; Mon, 08 Feb 2021 03:04:12 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38210) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l91Wc-0003QY-LY for bug-guix@gnu.org; Mon, 08 Feb 2021 03:04:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l91Wc-00011e-Hv for bug-guix@gnu.org; Mon, 08 Feb 2021 03:04:02 -0500 Subject: bug#46294: python-arrow timezone test failure Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Mon, 08 Feb 2021 08:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 46294 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Guillaume Le Vaillant Mail-Followup-To: 46294@debbugs.gnu.org, efraim@flashner.co.il, glv@posteo.net Received: via spool by 46294-done@debbugs.gnu.org id=D46294.16127714213908 (code D ref 46294); Mon, 08 Feb 2021 08:04:02 +0000 Received: (at 46294-done) by debbugs.gnu.org; 8 Feb 2021 08:03:41 +0000 Received: from localhost ([127.0.0.1]:49754 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l91WG-00010y-Rp for submit@debbugs.gnu.org; Mon, 08 Feb 2021 03:03:41 -0500 Received: from flashner.co.il ([178.62.234.194]:50446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l91WF-00010j-Be for 46294-done@debbugs.gnu.org; Mon, 08 Feb 2021 03:03:39 -0500 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 0963E402CE; Mon, 8 Feb 2021 08:03:32 +0000 (UTC) Date: Mon, 8 Feb 2021 10:02:49 +0200 From: Efraim Flashner Message-ID: References: <87o8h06lts.fsf@yamatai> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uoTsbwOufsJlAnyr" Content-Disposition: inline In-Reply-To: <87o8h06lts.fsf@yamatai> 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 46294-done@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.96 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Queue-Id: 50A8F94042A X-Spam-Score: -3.96 X-Migadu-Scanner: scn1.migadu.com X-TUID: ftqNQNJPIm0R --uoTsbwOufsJlAnyr Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 04, 2021 at 01:47:59PM +0100, Guillaume Le Vaillant wrote: > Hi, >=20 > The python-arrow package currently fails to build because the > "test_parse_tz_name_zzz" test is failing. > This is with Guix at eae865c134ebb8b7432572288e8721794d6a9b87. > I'm not very familiar with Python, so does someone know how to fix this? I tracked this down a bit, python-dateutil still has America/Nuuk as America/Godthab, so any test looking for America/Nuuk is going to fail. Unfortunately with the number of dependants there's not an easy way to fix it on master so I think we'll need to skip that test for now. I've gone ahead and skipped the broken test and added a message to re-enable it after an update to python-dateutil. --=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 --uoTsbwOufsJlAnyr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAg8CkACgkQQarn3Mo9 g1EqaA/9FxEbrzwGQbm9JG2QHSIuj2OpV1730ynBUDBXZ3pMwOCmVpgHdDzy9/mL /UymzXM9pycqe/x81AAbxMR3MNjl8zfTLD2NLYvcTjXZE4K4CF+bV9Vthm8njH0e cCj00P/frSaBMQ6rFK/NcYYrSpip7NdMJdXlQ5Ts7K0/P9p+wbuF7DHGY7c6Eoa+ m0SnUlfCEBDHLK++MleOFKi6LAmWeB89Om5DGWlSPLsSTQJXyZks3pZ3h/DWGlhk SOTlcWQLgDBVcFe6G3sp8aQwMaLTT7l27WK13VF1JjL2nT6hJhca29CH5m114hQv tDUkshdbXw3XR3Rn5slcWrhxpDHIGrcEYE/W/MGUwoBirER3r+Xt7pMiHuwsH6uq b0MQNTRQ99Ib5qloDy+pVkspZZhykz1hSevODEId69V34drZLVIQlrstCcn/Lykz uj6oDhlsxJOuUIHBgQiLQ+4NedMmmxUCLkyy1Ixya9G7Qf6vaOqLaw3pHrgqXNBM daeYBsmLMJreuUbwgqiR4IZ/Nrb2MRxszYSGngRQ+gx5aHcvH6+qsYrs9SveeujC 19q+u1ujHL+eXW6xGVEAgE5EdRPsPH3qq0zozMA8p744pJDcj1VMXjNGMzEJrIBd 6Ob7urFLf9PmG6/8zsIb6d5cgG0wfZrcglR8MsiwNzlPWRdP+mE= =7x1/ -----END PGP SIGNATURE----- --uoTsbwOufsJlAnyr--