summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-14 10:14:36 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-14 14:26:10 +0200
commit9e266f8824c13d76f799cd3ff9c659d6243cf52b (patch)
treef65eda26ccbbe0f2045540acb014668ec52221e7 /dev-python
parentdev-python/async_timeout: Bump to 3.0.1, EAPI=7, Py3.7 (diff)
downloadgentoo-9e266f8824c13d76f799cd3ff9c659d6243cf52b.tar.gz
gentoo-9e266f8824c13d76f799cd3ff9c659d6243cf52b.tar.bz2
gentoo-9e266f8824c13d76f799cd3ff9c659d6243cf52b.zip
dev-python/async_generator: Add missing conditional test RESTRICT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/async_generator/async_generator-1.10.ebuild1
1 files changed, 1 insertions, 0 deletions
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}] )"