From 914eb383f11aac1dd3aaaf0f4592c5bb3377b37a Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 24 Nov 2019 11:01:23 -0500 Subject: [PATCH] dev-python/oslotest: fix QA warning about tests Signed-off-by: Aaron Bauman --- 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 c87178c5c05b..9210a595b442 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 08f6ab376419..d4ec756d5146 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=" -- 2.26.2