From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 2/6] gnu: python-pip: Disable tests. Date: Sat, 2 Jul 2016 21:10:14 -0400 Message-ID: <704e0219562279d75c4d3c168c7265946cf30773.1467508169.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvl-0005th-Sw for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJVvi-0002NA-Pt for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:40 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:58079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvg-0002KU-AK for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:38 -0400 Received: from localhost.localdomain (74-94-60-115-philadelphia.hfc.comcastbusiness.net [74.94.60.115]) by mail.messagingengine.com (Postfix) with ESMTPA id 24DD8CCDAC for ; Sat, 2 Jul 2016 21:10:23 -0400 (EDT) In-Reply-To: In-Reply-To: References: 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: guix-devel@gnu.org * gnu/packages/python.scm (python-pip, python2-pip)[arguments]: Disable tests. [inputs]: Remove python-mock, python-pytest, python-scripttest, python-virtualenv. --- gnu/packages/python.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d646d94..3e71183 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6051,13 +6051,10 @@ library.") (base32 "08cm8d4228fj0qnrysy3qv1a6022zr3dcs25amd14lgxil6vvx26")))) (build-system python-build-system) + (arguments + '(#:tests? #f)) ; Tests are not included in the PyPi release. (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))) (home-page "https://pip.pypa.io/") (synopsis "Package manager for Python software") -- 2.9.0