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 424D7138359 for ; Tue, 28 Jul 2020 20:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6637AE0CB5; Tue, 28 Jul 2020 20:23:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4827EE0CB5 for ; Tue, 28 Jul 2020 20:23:46 +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 5487634F39B for ; Tue, 28 Jul 2020 20:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CABB274 for ; Tue, 28 Jul 2020 20:23:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1595967685.fec66a27ca9ab703bee6e1166f844017576ec9e8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ordered-set/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ordered-set/ordered-set-4.0.1.ebuild X-VCS-Directories: dev-python/ordered-set/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fec66a27ca9ab703bee6e1166f844017576ec9e8 X-VCS-Branch: master Date: Tue, 28 Jul 2020 20:23:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c88ff06-67c8-4861-a25a-cf29f196638a X-Archives-Hash: 9bb8ba508c6e9ddfa136298f3e50b88d commit: fec66a27ca9ab703bee6e1166f844017576ec9e8 Author: David Denoncin gmail com> AuthorDate: Tue Jul 28 18:44:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 28 20:21:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec66a27 dev-python/ordered-set: minor test fix Drop python_test function because it is not needed anymore: tests are run normally with distutils_enable_tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: David Denoncin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16887 Signed-off-by: Michał Górny gentoo.org> dev-python/ordered-set/ordered-set-4.0.1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/ordered-set/ordered-set-4.0.1.ebuild b/dev-python/ordered-set/ordered-set-4.0.1.ebuild index a2c0c812648..14092ec7338 100644 --- a/dev-python/ordered-set/ordered-set-4.0.1.ebuild +++ b/dev-python/ordered-set/ordered-set-4.0.1.ebuild @@ -16,7 +16,3 @@ SLOT="0" KEYWORDS="~amd64 ~x86" distutils_enable_tests pytest - -python_test() { - pytest -vv test.py || die "Tests fail with ${EPYTHON}" -}