From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/3] gnu: Add python-pytest-flakes. Date: Wed, 14 Sep 2016 17:42:23 -0400 Message-ID: <20160914214223.GB14432@jasmine> References: <20160911140737.24248-1-mbakke@fastmail.com> <20160911140737.24248-2-mbakke@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkHwz-0003GT-BX for guix-devel@gnu.org; Wed, 14 Sep 2016 17:42:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkHwv-0003so-3b for guix-devel@gnu.org; Wed, 14 Sep 2016 17:42:36 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:48364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkHwu-0003rn-TL for guix-devel@gnu.org; Wed, 14 Sep 2016 17:42:33 -0400 Content-Disposition: inline In-Reply-To: <20160911140737.24248-2-mbakke@fastmail.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: Marius Bakke Cc: guix-devel@gnu.org On Sun, Sep 11, 2016 at 03:07:36PM +0100, Marius Bakke wrote: > * gnu/packages/python.scm (python-pytest-flakes, python2-pytest-flakes): > New variables. > + (description "Pytest plugin for efficiently checking python source > +with pyflakes.") I have the same question about removing "efficiently" as about python-pytest-pep8.