svn commit: r567163 - head/devel/py-unpaddedbase64

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:11:22 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:11:17 2021
New Revision: 567163
URL: https://svnweb.freebsd.org/changeset/ports/567163

Log:
  Update do-test:

Modified:
  head/devel/py-unpaddedbase64/Makefile

Modified: head/devel/py-unpaddedbase64/Makefile
==============================================================================
--- head/devel/py-unpaddedbase64/Makefile	Wed Mar  3 18:11:13 2021	(r567162)
+++ head/devel/py-unpaddedbase64/Makefile	Wed Mar  3 18:11:17 2021	(r567163)
@@ -13,10 +13,10 @@ COMMENT=	Unpadded Base64
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	matrix-org
@@ -25,6 +25,6 @@ GH_PROJECT=	python-unpaddedbase64
 NO_ARCH=	yes
 
 do-test:
-	@(cd ${WRKSRC} && ${PYTHON_CMD} -m pytest)
+	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list