Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2020 21:17:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556360 - head/devel/py-pip-licenses
Message-ID:  <202011262117.0AQLHYf5050724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 26 21:17:33 2020
New Revision: 556360
URL: https://svnweb.freebsd.org/changeset/ports/556360

Log:
  Convert to test framework
  
  - Clean up TEST_DEPENDS

Modified:
  head/devel/py-pip-licenses/Makefile

Modified: head/devel/py-pip-licenses/Makefile
==============================================================================
--- head/devel/py-pip-licenses/Makefile	Thu Nov 26 21:17:29 2020	(r556359)
+++ head/devel/py-pip-licenses/Makefile	Thu Nov 26 21:17:33 2020	(r556360)
@@ -18,14 +18,14 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}ptable>=0:devel/py-ptable@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ptable>=0:devel/py-ptable@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-pycodestyle>=0:devel/py-pytest-pycodestyle@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+do-test:
+	cd ${WRKSRC} && ${PYTHON_CMD} test_piplicenses.py
 
 .include <bsd.port.mk>



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