From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60193) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1io1IU-0003In-5C for guix-patches@gnu.org; Sun, 05 Jan 2020 03:30:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1io1IR-0000SU-IB for guix-patches@gnu.org; Sun, 05 Jan 2020 03:30:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37653) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1io1IR-0000Rl-EK for guix-patches@gnu.org; Sun, 05 Jan 2020 03:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1io1IR-0001u2-95 for guix-patches@gnu.org; Sun, 05 Jan 2020 03:30:03 -0500 Subject: [bug#38824] [PATCH] gnu: mercurial: Update to 5.2.1. Resent-Message-ID: References: <162d0ac10569d0aa3ba451a1ab2b115667ba6dc8.camel@gnu.org> <8736cw16uh.fsf@gnu.org> <0e2a74312eba3617dda3613038d16e76c55c4e0b.camel@gnu.org> <87h81ah1in.fsf@lafreniere.xyz> From: Ricardo Wurmus Message-ID: <87pnfy71dt.fsf@elephly.net> In-reply-to: <87h81ah1in.fsf@lafreniere.xyz> Date: Sun, 05 Jan 2020 09:29:18 +0100 MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: joseph@lafreniere.xyz Cc: 38824@debbugs.gnu.org, brettg@gnu.org LaFreniere, Joseph writes: > I think that for now the options are to > 1. continue using Python2 for Mercurial; > 2. use Python3 but disable all tests, as Janssen's patch suggests; > 3. use Python3 but disable the known-failing tests; or > 4. hold off on updating the package until upstream supports > Python3 across its entire test suite. > > Of those three, I am most in favor of the third option. I would > be glad to submit a patch that implements it if there is agreement > to take that direction. I agree that option 3 (with a link to the upstream discussion) is the right way to go forward. Thanks! -- Ricardo