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 1EE86138334 for ; Sun, 24 Nov 2019 16:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D0FCE086D; Sun, 24 Nov 2019 16:15:15 +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 546E9E086D for ; Sun, 24 Nov 2019 16:15:15 +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 7A8F734D2C3 for ; Sun, 24 Nov 2019 16:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07E598BE 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: <1574611283.914eb383f11aac1dd3aaaf0f4592c5bb3377b37a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslotest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslotest/oslotest-3.2.0.ebuild dev-python/oslotest/oslotest-3.7.1.ebuild X-VCS-Directories: dev-python/oslotest/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 914eb383f11aac1dd3aaaf0f4592c5bb3377b37a 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: ac775d13-5fed-4947-9d86-c762b0936046 X-Archives-Hash: 7f9868fc5d8e7443045a9a85cc6f340d commit: 914eb383f11aac1dd3aaaf0f4592c5bb3377b37a Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 24 16:01:23 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 24 16:01:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914eb383 dev-python/oslotest: fix QA warning about tests Signed-off-by: Aaron Bauman gentoo.org> dev-python/oslotest/oslotest-3.2.0.ebuild | 1 + dev-python/oslotest/oslotest-3.7.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/oslotest/oslotest-3.2.0.ebuild b/dev-python/oslotest/oslotest-3.2.0.ebuild index c87178c5c05..9210a595b44 100644 --- a/dev-python/oslotest/oslotest-3.2.0.ebuild +++ b/dev-python/oslotest/oslotest-3.2.0.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" DEPEND=" diff --git a/dev-python/oslotest/oslotest-3.7.1.ebuild b/dev-python/oslotest/oslotest-3.7.1.ebuild index 08f6ab37641..d4ec756d514 100644 --- a/dev-python/oslotest/oslotest-3.7.1.ebuild +++ b/dev-python/oslotest/oslotest-3.7.1.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" DEPEND="