From patchwork Sun Jul 3 01:10:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Famulari X-Patchwork-Id: 13591 Received: (qmail 82237 invoked by uid 89); 3 Jul 2016 01:12:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Package, Hx-spam-relays-external:ESMTPA X-Spam-Status: No, score=-3.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 03 Jul 2016 01:11:55 +0000 Received: from localhost ([::1]:40677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVwv-0006bY-78 for patchwork@sourceware.org; Sat, 02 Jul 2016 21:11:53 -0400 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 compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 6AC192021B; Sat, 2 Jul 2016 21:10:23 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Sat, 02 Jul 2016 21:10:23 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= date:from:in-reply-to:in-reply-to:message-id:references :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=dZr+p M1q7Q0PYUCEF+xW9vGWoR4=; b=uyWWgosEK3bTYPgrZt0cnBHgc+MCoGPwd6xiW 4N26x5Ft0YN9B2Fk+GJGhGjsmZU8L/ZATfJi/wcT9uCSkC5IrnZW1z4/ESqnSN4U YN1hNGeV6QAIHdA+1Ng5rC/MGbT2Z2B5SkMsLrsQGFEfQMkQgKyg39j5TROsMmPi s1Ke2w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:in-reply-to:in-reply-to :message-id:references:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=dZr+pM1q7Q0PYUCEF+xW9vGWoR4=; b=b/n49 1zNFwOgpURArGHht1OKiPyfauRP2bI7AGZr4sD18gPjJVl48Zv9ZVQ+jnWC8D8Q3 Z/dv93Ohqp5pEq+TSYwaqJlQSBfpGhNQ1dgAaB1cqs82MeG3BvdyHPovhCAT6iDQ bRVzXO10NB6yEMwwj1vris3WN5MIfNb/xugqog= X-Sasl-enc: jWqFSV9oEl+2SkkTDEUun07MYQh58xLVSVBh8frZ/zUV 1467508223 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) From: Leo Famulari To: guix-devel@gnu.org 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> X-Mailer: git-send-email 2.9.0 In-Reply-To: References: In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list 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+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" * 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")