Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2023 18:46:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7dc184727912 - main - devel/py-pathspec: Remove duplicate TEST_DEPENDS
Message-ID:  <202302121846.31CIkZhi097931@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302121846.31CIkZhi097931>