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 156BE1382C5 for ; Sun, 10 Jan 2021 10:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4713CE0AE1; Sun, 10 Jan 2021 10:20:00 +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 30E44E0AE1 for ; Sun, 10 Jan 2021 10:20:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 46B54340EFA for ; Sun, 10 Jan 2021 10:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF164493 for ; Sun, 10 Jan 2021 10:19:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1610273992.49c734895f6f5558e34adc97bf23f7fce97870c7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paranoid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild X-VCS-Directories: dev-python/flask-paranoid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 49c734895f6f5558e34adc97bf23f7fce97870c7 X-VCS-Branch: master Date: Sun, 10 Jan 2021 10:19:57 +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: 7d448d85-f702-4359-a519-a3c6274af4a3 X-Archives-Hash: ffaf73c1d6ab9c0e4f8411addccb9d0f commit: 49c734895f6f5558e34adc97bf23f7fce97870c7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 10 10:15:11 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 10 10:19:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c73489 dev-python/flask-paranoid: Modernise using distutils_enable_tests Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild index 61e2d392220..3980274a698 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild @@ -21,10 +21,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}-${MY_PV}" -python_test() { - esetup.py test -} +distutils_enable_tests setup.py