From patchwork Sun Jul 3 01:10:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Famulari X-Patchwork-Id: 13587 Received: (qmail 81597 invoked by uid 89); 3 Jul 2016 01:11:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:951, Hx-spam-relays-external:ESMTPA X-Spam-Status: No, score=-3.2 required=5.0 tests=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:10:56 +0000 Received: from localhost ([::1]:40670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvy-0005vW-CU for patchwork@sourceware.org; Sat, 02 Jul 2016 21:10:54 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvl-0005tg-Sl 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-0002MZ-Jz for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:40 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:50053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVve-0002KV-SM for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:37 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 8737920240; 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=7tH1y 2LYv7xXs9hpkB9da0jiRKc=; b=alN01KmknM5xKL7oOAu8+3OebidwBfzjS3Npm qTEpZaXEqhLmGpiBMi53VGUDjTBtRuMRq/ZYbTocCe6hUAU5Dm7aXwXdPwO4JVIN j5bEr5y6xbgDuaA65HGt7jqRWaEm2LXqh8owSSYLf9fbmeRzkjcilY5Em3zVhnUX D51BNU= 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=7tH1y2LYv7xXs9hpkB9da0jiRKc=; b=tfQKE K5YeGDQMX5QfRWNANn5ITKINta7sDvMDdI2bSR3v+CL0kIBuhtyZqCGDB/3+lZgD ERBjSprwDHsCiPfTuAfoN89rACgYToOu6uEYtT16PtkUG9Z3f9RrIwva6PEc5fof UCFK2IoBB88FHG6Po4TmbBYkTTgZ1zbxzI43N4= X-Sasl-enc: jWqYRVt8GFi5Q1MRHEUun07MYQh58xLVSVBh8frZ/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 469DBCC023 for ; Sat, 2 Jul 2016 21:10:23 -0400 (EDT) From: Leo Famulari To: guix-devel@gnu.org Subject: [PATCH 3/6] gnu: python-scripttest: Disable tests. Date: Sat, 2 Jul 2016 21:10:15 -0400 Message-Id: <1c0505995b5dfb9db825479ea2e8a0b6c7806a75.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-scripttest, python2-scripttest) [arguments]: Disable tests. [inputs]: Remove python-pytest. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3e71183..28984b0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1710,9 +1710,10 @@ result back.") (base32 "0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m")))) (build-system python-build-system) + (arguments + '(#:tests? #f)) ; Tests are not included in the PyPi release. (inputs - `(("python-setuptools" ,python-setuptools) - ("python-pytest" ,python-pytest))) + `(("python-setuptools" ,python-setuptools))) (home-page "http://pythonpaste.org/scripttest/") (synopsis "Python library to test command-line scripts") (description "Scripttest is a Python helper library for testing