git: 310299854b3c - main - devel/py-git-url-parse: switch to USE_PYTHON=pytest

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Wed, 22 Mar 2023 11:48:13 UTC
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>