From: Michał Górny Date: Sun, 14 Jul 2019 08:14:36 +0000 (+0200) Subject: dev-python/async_generator: Add missing conditional test RESTRICT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e266f8824c13d76f799cd3ff9c659d6243cf52b;p=gentoo.git dev-python/async_generator: Add missing conditional test RESTRICT Signed-off-by: Michał Górny --- diff --git a/dev-python/async_generator/async_generator-1.10.ebuild b/dev-python/async_generator/async_generator-1.10.ebuild index c21b9a6072b9..216110e32063 100644 --- a/dev-python/async_generator/async_generator-1.10.ebuild +++ b/dev-python/async_generator/async_generator-1.10.ebuild @@ -15,6 +15,7 @@ LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"