commit: 4fbf614fb3296db40e21556e307713f90cbc8629 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 9 07:39:38 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Feb 9 08:48:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbf614f
dev-python/setuptools: Add conditional test restriction Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/setuptools/setuptools-40.8.0.ebuild | 1 + dev-python/setuptools/setuptools-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/setuptools/setuptools-40.8.0.ebuild b/dev-python/setuptools/setuptools-40.8.0.ebuild index d67bd927712..4660a0f89c9 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 d67bd927712..4660a0f89c9 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=" "
