diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-02-09 08:39:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-02-09 09:48:04 +0100 |
commit | 4fbf614fb3296db40e21556e307713f90cbc8629 (patch) | |
tree | 6e1b3ddf3d110e52bad1bd116e68c64a9b5fc948 /dev-python | |
parent | dev-python/setuptools: Sync the live ebuild (nobody cares about) (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setuptools/setuptools-40.8.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-9999.ebuild | 1 |
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=" " |