diff options
author | 2019-11-25 12:22:50 +0100 | |
---|---|---|
committer | 2019-11-25 13:34:50 +0100 | |
commit | 87f94d2e4d107ed6a2f9545ee0ea25d651173b67 (patch) | |
tree | ded50936d541cc5f83686dd863c37733c96b5141 /dev-python/bandit | |
parent | dev-python/sphinx: Remove old (diff) | |
download | gentoo-87f94d2e4d107ed6a2f9545ee0ea25d651173b67.tar.gz gentoo-87f94d2e4d107ed6a2f9545ee0ea25d651173b67.tar.bz2 gentoo-87f94d2e4d107ed6a2f9545ee0ea25d651173b67.zip |
dev-python/bandit: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bandit')
-rw-r--r-- | dev-python/bandit/bandit-0.13.2-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.0.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.1.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.2.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.3.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.4.0-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.5.1-r1.ebuild | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/bandit/bandit-0.13.2-r1.ebuild b/dev-python/bandit/bandit-0.13.2-r1.ebuild index ad1a61a6d457..b1bc77be8ed4 100644 --- a/dev-python/bandit/bandit-0.13.2-r1.ebuild +++ b/dev-python/bandit/bandit-0.13.2-r1.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=" >=dev-python/pbr-1.3.0[${PYTHON_USEDEP}] diff --git a/dev-python/bandit/bandit-1.0.1.ebuild b/dev-python/bandit/bandit-1.0.1.ebuild index c13c2ac262ee..d6617bf5f6d4 100644 --- a/dev-python/bandit/bandit-1.0.1.ebuild +++ b/dev-python/bandit/bandit-1.0.1.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" DEPEND=" diff --git a/dev-python/bandit/bandit-1.1.0.ebuild b/dev-python/bandit/bandit-1.1.0.ebuild index 49d582c32724..e8d34d5f304b 100644 --- a/dev-python/bandit/bandit-1.1.0.ebuild +++ b/dev-python/bandit/bandit-1.1.0.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" DEPEND=" diff --git a/dev-python/bandit/bandit-1.2.0.ebuild b/dev-python/bandit/bandit-1.2.0.ebuild index 38dca6b9a014..ba40f9ff0209 100644 --- a/dev-python/bandit/bandit-1.2.0.ebuild +++ b/dev-python/bandit/bandit-1.2.0.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" DEPEND=" diff --git a/dev-python/bandit/bandit-1.3.0.ebuild b/dev-python/bandit/bandit-1.3.0.ebuild index 837bf96f65a6..d87cf46e7cc4 100644 --- a/dev-python/bandit/bandit-1.3.0.ebuild +++ b/dev-python/bandit/bandit-1.3.0.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" DEPEND=" diff --git a/dev-python/bandit/bandit-1.4.0-r1.ebuild b/dev-python/bandit/bandit-1.4.0-r1.ebuild index 2b607de3025a..ff899eb719ce 100644 --- a/dev-python/bandit/bandit-1.4.0-r1.ebuild +++ b/dev-python/bandit/bandit-1.4.0-r1.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 ~s390 x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" DEPEND=" diff --git a/dev-python/bandit/bandit-1.5.1-r1.ebuild b/dev-python/bandit/bandit-1.5.1-r1.ebuild index 2057f9a8a933..a3935e218c53 100644 --- a/dev-python/bandit/bandit-1.5.1-r1.ebuild +++ b/dev-python/bandit/bandit-1.5.1-r1.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~s390 ~x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" DEPEND=" |