Date: Thu, 21 May 2026 20:19:32 +0000 From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 50a5ce1a27e3 - main - devel/py-vcrpy: add missing test-depend Message-ID: <6a0f68d4.3ddfb.3dfc927a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=50a5ce1a27e3827d5b1522a936aa2a52dbc997ce commit 50a5ce1a27e3827d5b1522a936aa2a52dbc997ce Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2026-05-21 20:15:52 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2026-05-21 20:19:16 +0000 devel/py-vcrpy: add missing test-depend Approved by: portmgr blanket --- devel/py-vcrpy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-vcrpy/Makefile b/devel/py-vcrpy/Makefile index 5ffc7724af6c..7b4bb665aea5 100644 --- a/devel/py-vcrpy/Makefile +++ b/devel/py-vcrpy/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yarl>0:www/py-yarl@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-httpbin>=0:devel/py-pytest-httpbin@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 pytesthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f68d4.3ddfb.3dfc927a>
