From: Patrick McLean Date: Sat, 23 Nov 2019 01:11:28 +0000 (-0800) Subject: dev-python/pip: Add RESTRICT="!test? ( test )" X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=57fcf0d2c9420a0edb1624aeee5f1c62d1c61cf6;p=gentoo.git dev-python/pip: Add RESTRICT="!test? ( test )" Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean --- diff --git a/dev-python/pip/pip-19.1.ebuild b/dev-python/pip/pip-19.1.ebuild index a60686a24855..4ead19048113 100644 --- a/dev-python/pip/pip-19.1.ebuild +++ b/dev-python/pip/pip-19.1.ebuild @@ -29,7 +29,7 @@ SLOT="0" IUSE="test -vanilla" # disable-system-install patch breaks tests -RESTRICT="!vanilla? ( test )" +RESTRICT="!vanilla? ( test ) !test? ( test )" RDEPEND=" >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}] diff --git a/dev-python/pip/pip-19.3.1-r1.ebuild b/dev-python/pip/pip-19.3.1-r1.ebuild index e631044bd5aa..9908ffa9dbb2 100644 --- a/dev-python/pip/pip-19.3.1-r1.ebuild +++ b/dev-python/pip/pip-19.3.1-r1.ebuild @@ -29,7 +29,7 @@ SLOT="0" IUSE="test -vanilla" # disable-system-install patch breaks tests -RESTRICT="!vanilla? ( test )" +RESTRICT="!vanilla? ( test ) !test? ( test )" RDEPEND=" >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}] diff --git a/dev-python/pip/pip-19.3.1.ebuild b/dev-python/pip/pip-19.3.1.ebuild index a188c772c1ba..8a91d32fe62f 100644 --- a/dev-python/pip/pip-19.3.1.ebuild +++ b/dev-python/pip/pip-19.3.1.ebuild @@ -29,7 +29,7 @@ SLOT="0" IUSE="test -vanilla" # disable-system-install patch breaks tests -RESTRICT="!vanilla? ( test )" +RESTRICT="!vanilla? ( test ) !test? ( test )" RDEPEND=" >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}]