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 B1A52138334 for ; Mon, 3 Dec 2018 01:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85E26E0BC3; Mon, 3 Dec 2018 01:42:23 +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 4E127E0BC3 for ; Mon, 3 Dec 2018 01:42:22 +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 129C3335C36 for ; Mon, 3 Dec 2018 01:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5ACA4CE for ; Mon, 3 Dec 2018 01:42:18 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1543801308.52da679427e9bc308ef95ad6fbfd251ced2b334d.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-0.25.1.ebuild app-crypt/certbot/certbot-0.27.1.ebuild app-crypt/certbot/certbot-0.28.0.ebuild app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 52da679427e9bc308ef95ad6fbfd251ced2b334d X-VCS-Branch: master Date: Mon, 3 Dec 2018 01:42:18 +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: 74db9110-cd3a-4bef-a1cb-61166f96b849 X-Archives-Hash: 403ca3b7b7062fcdfc5693fc2a66796d commit: 52da679427e9bc308ef95ad6fbfd251ced2b334d Author: Virgil Dupras gentoo org> AuthorDate: Mon Dec 3 01:41:48 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Dec 3 01:41:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52da6794 app-crypt/certbot: remove spurious test deps Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-crypt/certbot/certbot-0.25.1.ebuild | 11 ++--------- app-crypt/certbot/certbot-0.27.1.ebuild | 9 +-------- app-crypt/certbot/certbot-0.28.0.ebuild | 9 +-------- app-crypt/certbot/certbot-9999.ebuild | 9 +-------- 4 files changed, 5 insertions(+), 33 deletions(-) diff --git a/app-crypt/certbot/certbot-0.25.1.ebuild b/app-crypt/certbot/certbot-0.25.1.ebuild index 862f352ff1c..c509b6fd5e8 100644 --- a/app-crypt/certbot/certbot-0.25.1.ebuild +++ b/app-crypt/certbot/certbot-0.25.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,16 +38,9 @@ RDEPEND=" DEPEND=" ${CDEPEND} test? ( - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] )" python_test() { - nosetests -v ${PN} || die + pytest -vv ${PN} || die } diff --git a/app-crypt/certbot/certbot-0.27.1.ebuild b/app-crypt/certbot/certbot-0.27.1.ebuild index b0b558ecae0..997ec14b98c 100644 --- a/app-crypt/certbot/certbot-0.27.1.ebuild +++ b/app-crypt/certbot/certbot-0.27.1.ebuild @@ -38,16 +38,9 @@ RDEPEND=" DEPEND=" ${CDEPEND} test? ( - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] )" python_test() { - nosetests -v ${PN} || die + pytest -vv ${PN} || die } diff --git a/app-crypt/certbot/certbot-0.28.0.ebuild b/app-crypt/certbot/certbot-0.28.0.ebuild index dd686122dfa..bb543bdc2d0 100644 --- a/app-crypt/certbot/certbot-0.28.0.ebuild +++ b/app-crypt/certbot/certbot-0.28.0.ebuild @@ -38,16 +38,9 @@ RDEPEND=" DEPEND=" ${CDEPEND} test? ( - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] )" python_test() { - nosetests -v ${PN} || die + pytest -vv ${PN} || die } diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index dd686122dfa..bb543bdc2d0 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -38,16 +38,9 @@ RDEPEND=" DEPEND=" ${CDEPEND} test? ( - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] )" python_test() { - nosetests -v ${PN} || die + pytest -vv ${PN} || die }