git: 7a39a268ce91 - main - security/py-openssl: Remove duplicate py-pytest from TEST_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 09:10:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7a39a268ce919bcd8a46310e6c86ce907b9764bd
commit 7a39a268ce919bcd8a46310e6c86ce907b9764bd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 09:06:16 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 09:06:16 +0000
security/py-openssl: Remove duplicate py-pytest from TEST_DEPENDS
USE_PYTHON=pytest adds it automatically.
Approved by: portmgr (blanket)
With hat: python
---
security/py-openssl/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile
index d2d176e13cba..326efa8be5ab 100644
--- a/security/py-openssl/Makefile
+++ b/security/py-openssl/Makefile
@@ -13,8 +13,7 @@ WWW= https://github.com/pyca/pyopenssl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.1:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pretend>0:devel/py-pretend@${PY_FLAVOR} \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss