*: Mark TESTING_UNSAFE
This commit is contained in:
parent
65c3d3099d
commit
243a07bc66
2 changed files with 4 additions and 0 deletions
|
|
@ -27,4 +27,6 @@ ELASTICSEARCH_DESC= Elasticsearch support
|
|||
|
||||
ELASTICSEARCH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=0:textproc/py-elasticsearch@${PY_FLAVOR}
|
||||
|
||||
TESTING_UNSAFE= ModuleNotFoundError: No module named 'freezegun'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -48,6 +48,8 @@ OPTIONS_DEFINE= SSH
|
|||
|
||||
SSH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.5:security/py-bcrypt@${PY_FLAVOR}
|
||||
|
||||
TESTING_UNSAFE= ModuleNotFoundError: No module named 'certifi'
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue