commit:     914eb383f11aac1dd3aaaf0f4592c5bb3377b37a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 16:01:23 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> 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 <bman <AT> 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="

Reply via email to