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 4DC1213835B for ; Tue, 1 Dec 2020 10:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A31AE085B; Tue, 1 Dec 2020 10:32:11 +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 80F40E085A for ; Tue, 1 Dec 2020 10:32:11 +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 831DA340E8D for ; Tue, 1 Dec 2020 10:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DBEA479 for ; Tue, 1 Dec 2020 10:32:08 +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: <1606818715.dce50ca43a7fc0ffedd5d6ac8f9ac3890b5c0f06.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cfn-python-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild dev-python/cfn-python-lint/cfn-python-lint-0.41.0.ebuild dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild X-VCS-Directories: dev-python/cfn-python-lint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dce50ca43a7fc0ffedd5d6ac8f9ac3890b5c0f06 X-VCS-Branch: master Date: Tue, 1 Dec 2020 10:32:08 +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: 07176829-c9bc-41a5-91f9-b70afe665e90 X-Archives-Hash: 5e9dee0757f999bd4c7b89033eb047d2 commit: dce50ca43a7fc0ffedd5d6ac8f9ac3890b5c0f06 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 30 20:32:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 1 10:31:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce50ca4 dev-python/cfn-python-lint: Use det --install Signed-off-by: Michał Górny gentoo.org> dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild | 8 +------- dev-python/cfn-python-lint/cfn-python-lint-0.41.0.ebuild | 8 +------- dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild | 8 +------- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild index 64b6dd0c57c..2ee32af274d 100644 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild +++ b/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -distutils_enable_tests unittest +distutils_enable_tests --install unittest PATCHES=( "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch" @@ -47,9 +47,3 @@ src_prepare() { -i test/unit/module/maintenance/test_update_documentation.py || die distutils-r1_src_prepare } - -python_test() { - distutils_install_for_testing - "${EPYTHON}" -m unittest discover -v || - die "tests fail with ${EPYTHON}" -} diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.41.0.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.41.0.ebuild index 8fdc39d88ec..a83123122bc 100644 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.41.0.ebuild +++ b/dev-python/cfn-python-lint/cfn-python-lint-0.41.0.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -distutils_enable_tests unittest +distutils_enable_tests --install unittest PATCHES=( "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch" @@ -47,9 +47,3 @@ src_prepare() { -i test/unit/module/maintenance/test_update_documentation.py || die distutils-r1_src_prepare } - -python_test() { - distutils_install_for_testing - "${EPYTHON}" -m unittest discover -v || - die "tests fail with ${EPYTHON}" -} diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild index 8fdc39d88ec..a83123122bc 100644 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild +++ b/dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -distutils_enable_tests unittest +distutils_enable_tests --install unittest PATCHES=( "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch" @@ -47,9 +47,3 @@ src_prepare() { -i test/unit/module/maintenance/test_update_documentation.py || die distutils-r1_src_prepare } - -python_test() { - distutils_install_for_testing - "${EPYTHON}" -m unittest discover -v || - die "tests fail with ${EPYTHON}" -}