svn commit: r567136 - head/devel/py-astroid

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


Author: sunpoet
Date: Wed Mar  3 18:08:43 2021
New Revision: 567136
URL: https://svnweb.freebsd.org/changeset/ports/567136

Log:
  Update do-test:

Modified:
  head/devel/py-astroid/Makefile

Modified: head/devel/py-astroid/Makefile
==============================================================================
--- head/devel/py-astroid/Makefile	Wed Mar  3 18:08:38 2021	(r567135)
+++ head/devel/py-astroid/Makefile	Wed Mar  3 18:08:43 2021	(r567136)
@@ -25,6 +25,6 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list