diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-25 12:23:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-25 13:34:53 +0100 |
commit | 68d750ee1cf98925a720b4f631e00ebb47c4899d (patch) | |
tree | 9537411a7cf14218ef5d66857c8d80842031b451 /dev-python/tempest-lib | |
parent | dev-python/python-ceilometerclient: Fix MissingTestRestrict (diff) | |
download | gentoo-68d750ee1cf98925a720b4f631e00ebb47c4899d.tar.gz gentoo-68d750ee1cf98925a720b4f631e00ebb47c4899d.tar.bz2 gentoo-68d750ee1cf98925a720b4f631e00ebb47c4899d.zip |
dev-python/tempest-lib: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13757
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tempest-lib')
-rw-r--r-- | dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild index afc3e7401935..f4bd9a7b00c4 100644 --- a/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild +++ b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=" >=dev-python/pbr-1.6[${PYTHON_USEDEP}] |