git: 7dc184727912 - main - devel/py-pathspec: Remove duplicate TEST_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Feb 2023 18:46:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dc184727912ea727b00f5411bd498be42544fa2 commit 7dc184727912ea727b00f5411bd498be42544fa2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-12 18:36:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-12 18:41:47 +0000 devel/py-pathspec: Remove duplicate TEST_DEPENDS devel/py-pytest is already added to TEST_DEPENDS by USE_PYTHON=pytest. With hat: python --- devel/py-pathspec/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/devel/py-pathspec/Makefile b/devel/py-pathspec/Makefile index 84bc4dad51b2..830fbc43b7b7 100644 --- a/devel/py-pathspec/Makefile +++ b/devel/py-pathspec/Makefile @@ -11,8 +11,6 @@ WWW= https://pypi.org/project/pathspec/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} - USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils pytest