git: 243a07bc6610 - main - *: Mark TESTING_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 16:39:38 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=243a07bc66101275e3c402dde96eb5637ad8c10a commit 243a07bc66101275e3c402dde96eb5637ad8c10a Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-16 16:36:58 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-16 16:38:27 +0000 *: Mark TESTING_UNSAFE --- devel/py-pytest-benchmark/Makefile | 2 ++ security/py-cryptography/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/devel/py-pytest-benchmark/Makefile b/devel/py-pytest-benchmark/Makefile index e1052492fa06..f346b9d1f160 100644 --- a/devel/py-pytest-benchmark/Makefile +++ b/devel/py-pytest-benchmark/Makefile @@ -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> diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index c234eeea265f..1e921b4ba0ca 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -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} {} +