git: f9a084e8d41b - main - devel/nox: All tests pass
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Jan 2025 07:59:50 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9a084e8d41b8d62093b717f380a6087a142399a commit f9a084e8d41b8d62093b717f380a6087a142399a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-13 07:48:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-13 07:48:12 +0000 devel/nox: All tests pass --- devel/nox/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/nox/Makefile b/devel/nox/Makefile index 1c8b1f436273..d5342789eb39 100644 --- a/devel/nox/Makefile +++ b/devel/nox/Makefile @@ -29,8 +29,10 @@ GH_TAGNAME= 2024.10.09 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +BINARY_ALIAS= python3=${PYTHON_CMD} # for tests + NO_ARCH= yes -# tests as of 2024.10.09: 22 failed, 520 passed, 31 skipped, 1 xpassed in 609.35s (0:10:09), see https://github.com/wntrblm/nox/issues/820 +# tests as of 2024.10.09: 542 passed, 31 skipped, 1 xpassed in 52.39s .include <bsd.port.mk>