From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 02/10] gnu: Update python-unittest2 to 0.6.0 Date: Sat, 30 Apr 2016 17:33:06 -0400 Message-ID: <20160430213306.GB32505@jasmine> References: <1461939663-5936-1-git-send-email-tipecaml@gmail.com> <1461939663-5936-3-git-send-email-tipecaml@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]:52965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awcW4-0007G9-BV for guix-devel@gnu.org; Sat, 30 Apr 2016 17:33:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awcVs-0002vU-Nm for guix-devel@gnu.org; Sat, 30 Apr 2016 17:33:26 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:60070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awcVq-0002sI-F8 for guix-devel@gnu.org; Sat, 30 Apr 2016 17:33:20 -0400 Content-Disposition: inline In-Reply-To: <1461939663-5936-3-git-send-email-tipecaml@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: Cyril Roelandt Cc: guix-devel@gnu.org On Fri, Apr 29, 2016 at 04:20:55PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-unittest2, python2-unittest2): Update to > 0.6.0. > * gnu/packages/patches/python-unittest2-skip-some-tests.patch: New file. > * gnu/local.mk: Add it here. Can you mention that it's added to (dist_patch_DATA)? > (inputs > `(("python-setuptools" ,python-setuptools))) As with python-cmd2, could you if setuptools is required for the python-3 variant? > - #:tests? #f)))) ; no setup.py test command Disabling two tests is an improvment over this! Did you find anyone else on the net having trouble with these two tests?