From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHU8Q-0003ld-HC for guix-patches@gnu.org; Fri, 19 Apr 2019 10:05:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHTt1-00026Q-7o for guix-patches@gnu.org; Fri, 19 Apr 2019 09:49:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58279) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hHTt0-00025Y-Uh for guix-patches@gnu.org; Fri, 19 Apr 2019 09:49:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hHTt0-0001ry-SW for guix-patches@gnu.org; Fri, 19 Apr 2019 09:49:02 -0400 Subject: bug#35117: [PATCH] build-system/python: Move the check phase after the install phase. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Maxim Cournoyer References: <87v9zv7m3l.fsf@gmail.com> Date: Fri, 19 Apr 2019 09:47:53 -0400 In-Reply-To: <87v9zv7m3l.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 03 Apr 2019 00:23:58 -0400") Message-ID: <87r29yrtrq.fsf@gmail.com> 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: 35117-done@debbugs.gnu.org Maxim Cournoyer writes: > Hello! > > This fixes a (rare?) Python reproducibility problem that was discovered > when packaging PyGithub (see patch submission at > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35116). > > You can try running a --check --no-grafts -K on the python-pygithub > package, before and after the fix to see the result. > > Thanks, > > Maxim I went ahead and pushed this to core-updates with commit 6bbb37a545. Closing. Maxim