Date: Wed, 20 Apr 2022 12:33:16 GMT 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: 6d1861e14acf - main - www/py-yarl: switch to USES=pytest Message-ID: <202204201233.23KCXGJR063990@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d1861e14acfb86e1df3f0a7a8e5a1a764f1f62b commit 6d1861e14acfb86e1df3f0a7a8e5a1a764f1f62b Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-20 12:24:17 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-20 12:32:16 +0000 www/py-yarl: switch to USES=pytest --- www/py-yarl/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/www/py-yarl/Makefile b/www/py-yarl/Makefile index f51ececeee2b..c3c3fdbc0681 100644 --- a/www/py-yarl/Makefile +++ b/www/py-yarl/Makefile @@ -12,10 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.6+ pytest USE_PYTHON= autoplist distutils cython pre-configure: @@ -28,9 +27,6 @@ post-install: pre-test: @cd ${TEST_WRKSRC}/yarl && ${LN} -fs ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/yarl/_quoting_c*.so -do-test: - cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -o addopts= -v -rs - .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30800
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204201233.23KCXGJR063990>