dev-python/async_generator: Add missing conditional test RESTRICT
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 08:14:36 +0000 (10:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 12:26:10 +0000 (14:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/async_generator/async_generator-1.10.ebuild

index c21b9a6072b9fc95de8d10a39ded103da0c166a3..216110e320635c7b501d8cfd020980ae8c0ddaf1 100644 (file)
@@ -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}] )"