aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-10-12 08:49:23 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-10-12 08:49:23 +0000
commitddb103c3cecbc7504be186e4e5c3a93e11446016 (patch)
tree9b46fc8a792edc4d474f621fb218ce7c5f50a8d9
parent12ea8741d335717c753a4c362d42437d5fc8c900 (diff)
downloadports-ddb103c3cecbc7504be186e4e5c3a93e11446016.tar.gz
ports-ddb103c3cecbc7504be186e4e5c3a93e11446016.zip
benchmarks/py-asv: note and deselect tests failed for unavailable conda
-rw-r--r--benchmarks/py-asv/Makefile6
1 files changed, 6 insertions, 0 deletions
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>