From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/6] gnu: python-virtualenv: Disable tests. Date: Sat, 2 Jul 2016 21:10:13 -0400 Message-ID: <09b3fe5773156b8cdba508efad7140238616ff48.1467508169.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvl-0005td-SN 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 1bJVvh-0002Me-Je for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:40 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:40048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVve-0002KT-SH for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:37 -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 F10D9CCD34 for ; Sat, 2 Jul 2016 21:10:22 -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-virtualenv, python2-virtualenv) [arguments]: Disable tests. [inputs]: Remove python-mock, python-pytest. --- gnu/packages/python.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 597ca6a..d646d94 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2483,14 +2483,9 @@ object.") "1p732accxwqfjbdna39k8w8lp9gyw91vr4kzkhm8mgfxikqqxg5a")))) (build-system python-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ (zero? (system* "py.test"))))))) + `(#:tests? #f)) ; Tests are not included in the PyPi release. (inputs - `(("python-setuptools" ,python-setuptools) - ("python-mock" ,python-mock) - ("python-pytest" ,python-pytest))) + `(("python-setuptools" ,python-setuptools))) (home-page "https://virtualenv.pypa.io/") (synopsis "Virtual Python environment builder") (description -- 2.9.0