Date: Tue, 2 May 2023 16:29:53 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7bac6ba67ad6 - main - devel/py-pytest-virtualenv: Add NO_ARCH Message-ID: <202305021629.342GTrRF076590@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bac6ba67ad64c4e7d3f2ccfed1c5b17251bace3 commit 7bac6ba67ad64c4e7d3f2ccfed1c5b17251bace3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-02 16:21:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-02 16:25:56 +0000 devel/py-pytest-virtualenv: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-pytest-virtualenv/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-pytest-virtualenv/Makefile b/devel/py-pytest-virtualenv/Makefile index edf8309d1d45..1fc22fa30b28 100644 --- a/devel/py-pytest-virtualenv/Makefile +++ b/devel/py-pytest-virtualenv/Makefile @@ -18,9 +18,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-fixture-config>0:devel/py-pytest-fixt ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} USES= python:3.6+ - USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305021629.342GTrRF076590>