svn commit: r567659 - head/devel/py-asynctest

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:17:24 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:17:20 2021
New Revision: 567659
URL: https://svnweb.freebsd.org/changeset/ports/567659

Log:
  Convert to test framework

Modified:
  head/devel/py-asynctest/Makefile

Modified: head/devel/py-asynctest/Makefile
==============================================================================
--- head/devel/py-asynctest/Makefile	Sun Mar  7 22:17:14 2021	(r567658)
+++ head/devel/py-asynctest/Makefile	Sun Mar  7 22:17:20 2021	(r567659)
@@ -13,8 +13,11 @@ COMMENT=	Enhance unittest for testing asyncio librarie
 LICENSE=	APACHE20
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+do-test:
+	cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v test
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list