git: f5a73fa2c562 - main - devel/py-molecule: add missing test depend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 19:00:46 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5a73fa2c562ca368a3d52d16e1e9f1c8952f025 commit f5a73fa2c562ca368a3d52d16e1e9f1c8952f025 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-07 16:41:10 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-07 18:59:35 +0000 devel/py-molecule: add missing test depend Approved by: portmgr blanket --- devel/py-molecule/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-molecule/Makefile b/devel/py-molecule/Makefile index 652c94acd1e9..2345dde664b1 100644 --- a/devel/py-molecule/Makefile +++ b/devel/py-molecule/Makefile @@ -43,7 +43,8 @@ TEST_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>=2019.1.8:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.10.4:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-verbose-parametrize>=1.7.0:devel/py-pytest-verbose-parametrize@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.29.0:devel/py-pytest-xdist@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.29.0:devel/py-pytest-xdist@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}poyo>=0:devel/py-poyo@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils