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 28E50138334 for ; Sun, 24 Nov 2019 16:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7CF8E087E; Sun, 24 Nov 2019 16:15:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B1633E087E for ; Sun, 24 Nov 2019 16:15:17 +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 4B2CA34D2C3 for ; Sun, 24 Nov 2019 16:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B815D8C7 for ; Sun, 24 Nov 2019 16:15:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574611831.46ab47b859ab544f6965684f2951e55dcb150103.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/parver/parver-0.1.1.ebuild X-VCS-Directories: dev-python/parver/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 46ab47b859ab544f6965684f2951e55dcb150103 X-VCS-Branch: master Date: Sun, 24 Nov 2019 16:15:13 +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: 9c3f9a83-cbed-44a0-9980-ab0c3dfdacba X-Archives-Hash: fa0883b62bf363bfa6fc066b3574401e commit: 46ab47b859ab544f6965684f2951e55dcb150103 Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 24 16:10:31 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 24 16:10:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ab47b8 dev-python/parver: fix QA warning about tests Signed-off-by: Aaron Bauman gentoo.org> dev-python/parver/parver-0.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/parver/parver-0.1.1.ebuild b/dev-python/parver/parver-0.1.1.ebuild index ed1c14fe9ee..d2e30e447cf 100644 --- a/dev-python/parver/parver-0.1.1.ebuild +++ b/dev-python/parver/parver-0.1.1.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" dev-python/arpeggio[${PYTHON_USEDEP}]