1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

benchmarks/py-asv: note and deselect tests failed for unavailable conda

This commit is contained in:
Charlie Li 2023-10-12 04:49:23 -04:00
parent 12ea8741d3
commit ddb103c3ce
No known key found for this signature in database
GPG Key ID: 678F936058415CCA

View File

@ -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>