diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-08-13 12:54:46 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-08-13 12:54:46 +0800 |
commit | ab4f8ca27ef2f1ea0146351d81eb80a609f14b9c (patch) | |
tree | dd2f086bfa90589fe199c74331aac13a0045984c | |
parent | math/py-levmar: Clean up TEST_DEPENDS after the removal of py-pytest4 (diff) |
net/py-dugong: Clean up TEST_DEPENDS after the removal of py-pytest4 and dependent ports
It can be converted to USE_PYTHON=pytest if this port tests fine with py-pytest.
Reported by: adamw
Approved by: portmgr (blanket)
With hat: python
-rw-r--r-- | net/py-dugong/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/py-dugong/Makefile b/net/py-dugong/Makefile index 82095e8cfdea..84a42634a953 100644 --- a/net/py-dugong/Makefile +++ b/net/py-dugong/Makefile @@ -12,8 +12,6 @@ WWW= https://github.com/python-dugong/python-dugong/ LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} - USES= python tar:bzip2 USE_PYTHON= autoplist distutils |