Date: Thu, 12 Oct 2023 08:50:37 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ddb103c3cecb - main - benchmarks/py-asv: note and deselect tests failed for unavailable conda Message-ID: <202310120850.39C8obNW032913@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddb103c3cecbc7504be186e4e5c3a93e11446016 commit ddb103c3cecbc7504be186e4e5c3a93e11446016 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-10-12 08:49:23 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-10-12 08:49:23 +0000 benchmarks/py-asv: note and deselect tests failed for unavailable conda --- benchmarks/py-asv/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/benchmarks/py-asv/Makefile b/benchmarks/py-asv/Makefile index a39f492933fd..f4ee256e82b8 100644 --- a/benchmarks/py-asv/Makefile +++ b/benchmarks/py-asv/Makefile @@ -38,4 +38,10 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_F USES= python USE_PYTHON= autoplist concurrent pep517 pytest +# failed because conda is not available +PYTEST_IGNORED_TESTS= test_custom_commands \ + test_installed_commit_hash \ + test_install_success \ + test_install_env_matrix_values + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310120850.39C8obNW032913>