From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUqny-0008Ru-Bq for guix-patches@gnu.org; Sun, 26 May 2019 06:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUqnx-0003XJ-8a for guix-patches@gnu.org; Sun, 26 May 2019 06:55:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36864) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUqnu-0003O3-H6 for guix-patches@gnu.org; Sun, 26 May 2019 06:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUqnu-00076G-Cz for guix-patches@gnu.org; Sun, 26 May 2019 06:55:02 -0400 Subject: [bug#35890] [PATCH 4/4] gnu: python-hdf4: Remove check-phase argument. Resent-Message-ID: References: <8736l3qtjx.fsf@posteo.net> <87zhnbpee0.fsf@posteo.net> From: Ricardo Wurmus In-reply-to: <87zhnbpee0.fsf@posteo.net> Date: Sun, 26 May 2019 12:53:17 +0200 Message-ID: <875zpxxzaa.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Brett Gilio Cc: 35890@debbugs.gnu.org Brett Gilio writes: > From 74c956284d5ff7b20e12ed4315404697320dc809 Mon Sep 17 00:00:00 2001 > From: Brett Gilio > Date: Fri, 24 May 2019 19:11:00 -0500 > Subject: [PATCH 4/4] gnu: python-hdf4: Remove check-phase argument. > > * gnu/packages/python-xyz.scm (python-hdf4): Update to . I guess you=E2=80=99re using the yasnippets for Emacs :) It=E2=80=99s fine to do this in the same commit as the upgrade, but as Mari= us wrote the tests should actually be run. --=20 Ricardo