From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: python-pip: Update to 9.0.1 Date: Tue, 29 Nov 2016 23:56:10 +0100 Message-ID: <20161129235610.236a0cef@scratchpost.org> References: <87r35v9joe.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBrJz-0005lv-Sx for guix-devel@gnu.org; Tue, 29 Nov 2016 17:56:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBrJw-0000cD-QW for guix-devel@gnu.org; Tue, 29 Nov 2016 17:56:19 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:56173) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBrJw-0000bn-KS for guix-devel@gnu.org; Tue, 29 Nov 2016 17:56:16 -0500 In-Reply-To: <87r35v9joe.fsf@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: Maxim Cournoyer Cc: guix-devel@gnu.org Hi, On Mon, 28 Nov 2016 17:08:49 -0800 Maxim Cournoyer wrote: > (inputs > - `(("python-setuptools" ,python-setuptools) > - ("python-virtualenv" ,python-virtualenv) > - ;; Tests > - ("python-mock" ,python-mock) > - ("python-pytest" ,python-pytest) > - ("python-scripttest" ,python-scripttest))) > + `(("python-setuptools" ,python-setuptools) > + ;; Tests requirements. > + ("python-mock" ,python-mock) > + ("python-pretend" ,python-pretend) > + ("python-pytest" ,python-pytest) > + ("python-scripttest" ,python-scripttest) > + ("python-virtualenv" ,python-virtualenv))) Why are the test requirements regular inputs? If they aren't required at runtime, they should be native-inputs.