diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-25 12:23:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-25 13:34:51 +0100 |
commit | 9aabe3e4ec837d44fc7a437e57ed4b6963a72c22 (patch) | |
tree | 2fe719b3cf2bd2c7f207f96a423a96d27008560e /dev-python/pycadf | |
parent | dev-python/bandit: Fix MissingTestRestrict (diff) | |
download | gentoo-9aabe3e4ec837d44fc7a437e57ed4b6963a72c22.tar.gz gentoo-9aabe3e4ec837d44fc7a437e57ed4b6963a72c22.tar.bz2 gentoo-9aabe3e4ec837d44fc7a437e57ed4b6963a72c22.zip |
dev-python/pycadf: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycadf')
-rw-r--r-- | dev-python/pycadf/pycadf-2.6.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pycadf/pycadf-2.7.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pycadf/pycadf-2.9.0-r1.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pycadf/pycadf-2.6.0.ebuild b/dev-python/pycadf/pycadf-2.6.0.ebuild index 49d623aca132..9892dce0aad1 100644 --- a/dev-python/pycadf/pycadf-2.6.0.ebuild +++ b/dev-python/pycadf/pycadf-2.6.0.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="doc test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/pycadf/pycadf-2.7.0.ebuild b/dev-python/pycadf/pycadf-2.7.0.ebuild index 91295d51dbd5..0bba6096d5c4 100644 --- a/dev-python/pycadf/pycadf-2.7.0.ebuild +++ b/dev-python/pycadf/pycadf-2.7.0.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="doc test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/pycadf/pycadf-2.9.0-r1.ebuild b/dev-python/pycadf/pycadf-2.9.0-r1.ebuild index 2d33192b9e5c..1427cbb70aae 100644 --- a/dev-python/pycadf/pycadf-2.9.0-r1.ebuild +++ b/dev-python/pycadf/pycadf-2.9.0-r1.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="doc test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |