git: ddb103c3cecb - main - benchmarks/py-asv: note and deselect tests failed for unavailable conda
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Oct 2023 08:50:37 UTC
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>