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 <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2019-11-22 17:11:28 -08:00
committed by Patrick McLean
parent 0f5bfb047c
commit 57fcf0d2c9
3 changed files with 3 additions and 3 deletions

View File

@@ -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}]

View File

@@ -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}]

View File

@@ -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}]