diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-22 11:12:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-22 11:16:23 +0200 |
commit | 3bcccb19ee28cd6226e4c6b43c51eb395c005eae (patch) | |
tree | f76fca347199c9906202f9e31162e1c6f8035422 /dev-python/stestr | |
parent | dev-python/tablib: add package for www-apps/netbox-2.11.0 (diff) | |
download | gentoo-3bcccb19ee28cd6226e4c6b43c51eb395c005eae.tar.gz gentoo-3bcccb19ee28cd6226e4c6b43c51eb395c005eae.tar.bz2 gentoo-3bcccb19ee28cd6226e4c6b43c51eb395c005eae.zip |
dev-python/stestr: Add test deps
Closes: https://bugs.gentoo.org/785004
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/stestr')
-rw-r--r-- | dev-python/stestr/stestr-3.2.0.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/stestr/stestr-3.2.0.ebuild b/dev-python/stestr/stestr-3.2.0.ebuild index 3847c9c410ac..6f3fd7d55fc8 100644 --- a/dev-python/stestr/stestr-3.2.0.ebuild +++ b/dev-python/stestr/stestr-3.2.0.ebuild @@ -13,9 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" +RESTRICT="!test? ( test )" -BDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" RDEPEND=" >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] dev-python/future[${PYTHON_USEDEP}] @@ -25,6 +26,10 @@ RDEPEND=" >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}] >=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]" +BDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + test? ( + >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}] + )" python_test() { distutils_install_for_testing |