Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2023 11:48:13 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 310299854b3c - main - devel/py-git-url-parse: switch to USE_PYTHON=pytest
Message-ID:  <202303221148.32MBmDs9047866@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=310299854b3c5cdbcf02d402339ad0938edabd04

commit 310299854b3c5cdbcf02d402339ad0938edabd04
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-03-22 11:47:13 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-03-22 11:47:13 +0000

    devel/py-git-url-parse: switch to USE_PYTHON=pytest
---
 devel/py-git-url-parse/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/devel/py-git-url-parse/Makefile b/devel/py-git-url-parse/Makefile
index 452ca5830bfe..bf93bdde6596 100644
--- a/devel/py-git-url-parse/Makefile
+++ b/devel/py-git-url-parse/Makefile
@@ -21,11 +21,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yapf>=0.21.0:textproc/py-yapf@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
 
-do-test:
-	@cd ${WRKSRC} && ${LOCALBASE}/bin/py.test-${PYTHON_VER} -vv
-
 .include <bsd.port.mk>



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