diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-24 11:01:23 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-24 11:01:23 -0500 |
commit | 914eb383f11aac1dd3aaaf0f4592c5bb3377b37a (patch) | |
tree | 3a30860e5ea600b46c8e8055094488aa15f057a1 /dev-python/oslotest | |
parent | dev-python/oslo-vmware: fix QA warning about tests (diff) | |
download | gentoo-914eb383f11aac1dd3aaaf0f4592c5bb3377b37a.tar.gz gentoo-914eb383f11aac1dd3aaaf0f4592c5bb3377b37a.tar.bz2 gentoo-914eb383f11aac1dd3aaaf0f4592c5bb3377b37a.zip |
dev-python/oslotest: fix QA warning about tests
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/oslotest')
-rw-r--r-- | dev-python/oslotest/oslotest-3.2.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/oslotest/oslotest-3.7.1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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=" |