py2-setuptools: Remove TEST_DEPENDS. Tests are already disabled by virtue

of the conditional for MODPY_PYTEST but the deps are still listed, so
py2 flavours of those deps can't be removed until this is done. ok kmos@
This commit is contained in:
sthen 2022-03-18 19:27:59 +00:00
parent fbc1628b01
commit b05ab8b0e9
1 changed files with 1 additions and 9 deletions

View File

@ -24,18 +24,10 @@ MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
MODPY_PYTEST_ARGS = setuptools/tests
NO_TEST = Yes
SUBST_VARS+ = MODPY_FLAVOR
# Not listed, but needed for tests
TEST_DEPENDS = devel/py-futures \
devel/py-mock \
devel/py-pip \
devel/py-wheel \
sysutils/py-packaging
# Override automatic py-setuptools depend to avoid recursion
MODPY_SETUPUTILS_DEPEND =