From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48146) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihcC7-0008EW-JY for guix-patches@gnu.org; Wed, 18 Dec 2019 11:29:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihcC6-0002Yy-JD for guix-patches@gnu.org; Wed, 18 Dec 2019 11:29:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37853) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ihcC6-0002WD-BJ for guix-patches@gnu.org; Wed, 18 Dec 2019 11:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ihcC6-0005t6-6z for guix-patches@gnu.org; Wed, 18 Dec 2019 11:29:02 -0500 Subject: [bug#38652] [PATCH 3/5] gnu: Add python-ppft. Resent-Message-ID: References: <20191217172437.21217-1-madalinionel.patrascu@mdc-berlin.de> <20191217172437.21217-3-madalinionel.patrascu@mdc-berlin.de> From: Ricardo Wurmus In-reply-to: <20191217172437.21217-3-madalinionel.patrascu@mdc-berlin.de> Date: Wed, 18 Dec 2019 17:28:09 +0100 Message-ID: <878sn9bnty.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: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Cc: 38652@debbugs.gnu.org Hi M=C4=83d=C4=83lin, > * gnu/packages/python-xyz.scm (python-ppft): New variable. [=E2=80=A6] > + (arguments > + `(#:phases > + (modify-phases %standard-phases > + (replace 'check > + (lambda _ > + (with-directory-excursion "/tmp" > + (invoke "nosetests" "-v")) > + #t))))) This has the effect of not running the tests at all. --=20 Ricardo