summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-02-09 08:39:38 +0100
committerMichał Górny <mgorny@gentoo.org>2019-02-09 09:48:04 +0100
commit4fbf614fb3296db40e21556e307713f90cbc8629 (patch)
tree6e1b3ddf3d110e52bad1bd116e68c64a9b5fc948
parentdev-python/setuptools: Sync the live ebuild (nobody cares about) (diff)
downloadgentoo-4fbf614fb3296db40e21556e307713f90cbc8629.tar.gz
gentoo-4fbf614fb3296db40e21556e307713f90cbc8629.tar.bz2
gentoo-4fbf614fb3296db40e21556e307713f90cbc8629.zip
dev-python/setuptools: Add conditional test restriction
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/setuptools/setuptools-40.8.0.ebuild1
-rw-r--r--dev-python/setuptools/setuptools-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/setuptools/setuptools-40.8.0.ebuild b/dev-python/setuptools/setuptools-40.8.0.ebuild
index d67bd927712b..4660a0f89c92 100644
--- a/dev-python/setuptools/setuptools-40.8.0.ebuild
+++ b/dev-python/setuptools/setuptools-40.8.0.ebuild
@@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools
LICENSE="MIT"
SLOT="0"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
"
diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild
index d67bd927712b..4660a0f89c92 100644
--- a/dev-python/setuptools/setuptools-9999.ebuild
+++ b/dev-python/setuptools/setuptools-9999.ebuild
@@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools
LICENSE="MIT"
SLOT="0"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
"