svn commit: r564269 - head/devel/py-arpeggio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:45:18 UTC 2021


Author: sunpoet
Date: Sat Feb  6 20:45:14 2021
New Revision: 564269
URL: https://svnweb.freebsd.org/changeset/ports/564269

Log:
  Convert to test framework

Modified:
  head/devel/py-arpeggio/Makefile

Modified: head/devel/py-arpeggio/Makefile
==============================================================================
--- head/devel/py-arpeggio/Makefile	Sat Feb  6 20:45:08 2021	(r564268)
+++ head/devel/py-arpeggio/Makefile	Sat Feb  6 20:45:14 2021	(r564269)
@@ -21,4 +21,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+do-test:
+	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list