Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 18:11:18 +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: r567163 - head/devel/py-unpaddedbase64
Message-ID:  <202103031811.123IBIh2047454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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