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 0275C138350 for ; Wed, 29 Apr 2020 17:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26349E0863; Wed, 29 Apr 2020 17:23:35 +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 09BA2E0863 for ; Wed, 29 Apr 2020 17:23:34 +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 AD67F34EDE7 for ; Wed, 29 Apr 2020 17:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E361EE for ; Wed, 29 Apr 2020 17:23:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1588180998.947b8c374cd10911685db165bb636d7356c7d533.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nototools/nototools-0_pre20200207.ebuild X-VCS-Directories: dev-python/nototools/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 947b8c374cd10911685db165bb636d7356c7d533 X-VCS-Branch: master Date: Wed, 29 Apr 2020 17:23:32 +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: 0ed1a07e-e06c-4aef-ac72-d6776822034f X-Archives-Hash: 9d2260daf8b1d449afe8610491c8f9ce commit: 947b8c374cd10911685db165bb636d7356c7d533 Author: Pacho Ramos gentoo org> AuthorDate: Wed Apr 29 17:23:18 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Apr 29 17:23:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947b8c37 dev-python/nototools: Skip tests (they weren't ported to python3) Bug: https://bugs.gentoo.org/719886 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> dev-python/nototools/nototools-0_pre20200207.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/nototools/nototools-0_pre20200207.ebuild b/dev-python/nototools/nototools-0_pre20200207.ebuild index 2da2d91ae77..666cf40a480 100644 --- a/dev-python/nototools/nototools-0_pre20200207.ebuild +++ b/dev-python/nototools/nototools-0_pre20200207.ebuild @@ -30,6 +30,9 @@ RDEPEND=" S="${WORKDIR}/${PN}-${COMMIT}" +# Some tests weren't ported to python3 yet +RESTRICT="test" + python_test() { esetup.py test }