aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-16 16:36:58 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-16 16:38:27 +0000
commit243a07bc66101275e3c402dde96eb5637ad8c10a (patch)
treeba2bbbe7d2d074bf1b170acb6d58d9a7f70ade67
parent65c3d3099dc1134a2971a07ec8e846c231879e36 (diff)
downloadports-243a07bc66101275e3c402dde96eb5637ad8c10a.tar.gz
ports-243a07bc66101275e3c402dde96eb5637ad8c10a.zip
*: Mark TESTING_UNSAFE
-rw-r--r--devel/py-pytest-benchmark/Makefile2
-rw-r--r--security/py-cryptography/Makefile2
2 files changed, 4 insertions, 0 deletions
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} {} +