From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH v2 05/10] gnu: Add python-future. Date: Mon, 25 Apr 2016 14:30:19 -0400 Message-ID: <20160425183019.GH8957@jasmine> References: <1461244921-7412-1-git-send-email-donttrustben@gmail.com> <1461503184-8841-1-git-send-email-donttrustben@gmail.com> <1461503184-8841-6-git-send-email-donttrustben@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aulH4-0001jH-Da for Guix-devel@gnu.org; Mon, 25 Apr 2016 14:30:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aulH1-0000AZ-85 for Guix-devel@gnu.org; Mon, 25 Apr 2016 14:30:22 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:60278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aulH1-0000AU-4R for Guix-devel@gnu.org; Mon, 25 Apr 2016 14:30:19 -0400 Content-Disposition: inline In-Reply-To: <1461503184-8841-6-git-send-email-donttrustben@gmail.com> 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: Ben Woodcroft Cc: Guix-devel@gnu.org On Sun, Apr 24, 2016 at 11:06:19PM +1000, Ben Woodcroft wrote: > * gnu/packages/python.scm (python-future, python2-future): New > variables. Thanks! > + (arguments > + `(#:tests? #f)) ; Tests connect to the network Is it only a handful of tests? Can we disable those tests? If not, it's worth an upstream bug report, in my opinion. One way or another, I don't think this should block packaging if python-future's seems to work when used by another package.