From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D399138334 for ; Tue, 26 Jun 2018 17:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B849E0857; Tue, 26 Jun 2018 17:34:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56003E0857 for ; Tue, 26 Jun 2018 17:34:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2C40335CB6 for ; Tue, 26 Jun 2018 17:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36CE62C2 for ; Tue, 26 Jun 2018 17:34:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1530034431.9c29fb5a93b8e19431c47e745c3dfb11e90ab760.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcollections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sortedcollections/sortedcollections-0.5.3.ebuild X-VCS-Directories: dev-python/sortedcollections/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9c29fb5a93b8e19431c47e745c3dfb11e90ab760 X-VCS-Branch: master Date: Tue, 26 Jun 2018 17:34:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c8068a7b-9443-4956-80ac-a5bdb5209b95 X-Archives-Hash: 0023b92f7163c9655c07551b5b00a19d commit: 9c29fb5a93b8e19431c47e745c3dfb11e90ab760 Author: Mike Gilbert gentoo org> AuthorDate: Tue Jun 26 17:33:51 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jun 26 17:33:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c29fb5a dev-python/sortedcollections: drop python_test The pypi tarball does not contain the tests, and github has no tag for this version. Please restore python_test on the next version bump. Closes: https://bugs.gentoo.org/659104 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 dev-python/sortedcollections/sortedcollections-0.5.3.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild index f222468d614..f979144c81c 100644 --- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild +++ b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild @@ -19,7 +19,3 @@ IUSE="test" RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - py.test -v || die -}