git: d1a9d29ba7fb - main - devel/py-zclockfile: drop TEST_DEPENDS

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Mon, 02 Oct 2023 17:07:03 UTC
The branch main has been updated by rm:

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

commit d1a9d29ba7fbe99b298c0a881c9d30a6c07c8bca
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2023-10-02 17:05:26 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2023-10-02 17:05:26 +0000

    devel/py-zclockfile: drop TEST_DEPENDS
    
    zope-testing port was removed earlier, so this option doesn't work now.
    
    PR:             274167
    Reported by:    madpilot
---
 devel/py-zclockfile/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/devel/py-zclockfile/Makefile b/devel/py-zclockfile/Makefile
index f2ea21eb5a2f..70cbd1ec2ea7 100644
--- a/devel/py-zclockfile/Makefile
+++ b/devel/py-zclockfile/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	zclockfile
 DISTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,14 +14,9 @@ WWW=		https://pypi.org/project/zc.lockfile/
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.testing>0:devel/py-zope.testing@${PY_FLAVOR}
-
 USES=		python
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
 
-do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} setup.py test
-
 .include <bsd.port.mk>