From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: python-click: Fix test failure. Date: Mon, 16 Jan 2017 22:20:16 +0100 Message-ID: <87pojm66sv.fsf@gnu.org> References: <20170111201854.26214-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTEhS-0003Cv-51 for guix-devel@gnu.org; Mon, 16 Jan 2017 16:20:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTEhO-0004TL-VR for guix-devel@gnu.org; Mon, 16 Jan 2017 16:20:22 -0500 In-Reply-To: <20170111201854.26214-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Wed, 11 Jan 2017 21:18:54 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic skribis: > * gnu/packages/python.scm (python-click)[arguments]: Fix test failure. > --- > gnu/packages/python.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 4dc284d03..2f1bd8315 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -2383,6 +2383,8 @@ is used by the Requests library to verify HTTPS req= uests.") > (modify-phases %standard-phases > (add-after 'unpack 'fix-paths > (lambda* (#:key inputs #:allow-other-keys) > + ;; Causes test failure if present. > + (delete-file "click/_winconsole.py") If you know more details, you=E2=80=99re welcome to add them in the comment= , but otherwise feel free to push! Thanks, Ludo=E2=80=99.