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 3B1F01396D9 for ; Fri, 10 Nov 2017 17:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B6E0E0F1F; Fri, 10 Nov 2017 17:20:01 +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 39784E0F1F for ; Fri, 10 Nov 2017 17:20:01 +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 E5AC433C770 for ; Fri, 10 Nov 2017 17:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F0189899 for ; Fri, 10 Nov 2017 17:19:58 +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: <1510334393.27f92ea5bad9c5b83ccf4e7499e0fa9c92f9d396.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-9999.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 27f92ea5bad9c5b83ccf4e7499e0fa9c92f9d396 X-VCS-Branch: master Date: Fri, 10 Nov 2017 17:19:58 +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: 0de81fec-468c-42d8-86f6-50b71fd4b49d X-Archives-Hash: e0625af1eb23e57e77cd088a6e5eab47 commit: 27f92ea5bad9c5b83ccf4e7499e0fa9c92f9d396 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 10 17:13:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 10 17:19:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f92ea5 dev-python/clang-python: dev-python/nose is no longer needed dev-python/clang-python/clang-python-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index 9e661ff1a4b..854d44c3f77 100644 --- a/dev-python/clang-python/clang-python-9999.ebuild +++ b/dev-python/clang-python/clang-python-9999.ebuild @@ -25,13 +25,12 @@ RDEPEND=" !sys-devel/llvm:0[clang(-),python(-)] !sys-devel/clang:0[python(-)] ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND}" S=${WORKDIR}/${P}/bindings/python src_test() { - python_foreach_impl nosetests -v || die + python_foreach_impl python -m unittest discover -v || die } src_install() {