summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-08-13 12:54:49 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-08-13 12:54:49 +0800
commitc5529e6c4d20634f2eadd887e4ad4aa4a04c921a (patch)
treeaaaa4cc8522a5359988da8843440b9c7cdeb36d9
parentnet/py-dugong: Clean up TEST_DEPENDS after the removal of py-pytest4 and depe... (diff)
sysutils/iocage: Clean up TEST_DEPENDS after the removal of py-pytest4 and dependent ports
It can be converted to USE_PYTHON=pytest if this port tests fine with py-pytest. Reported by: adamw Approved by: portmgr (blanket) With hat: python
-rw-r--r--sysutils/iocage/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile
index 02b459bd45f4..f936b5fea18a 100644
--- a/sysutils/iocage/Makefile
+++ b/sysutils/iocage/Makefile
@@ -24,10 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:filesystems/py-libzfs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest4-cov>0:devel/py-pytest4-cov@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-pep8>0:devel/py-pytest-pep8@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
USES= python
USE_GITHUB= yes