1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-13 14:42:03 +00:00
parent 7fd610954f
commit 571cac2c0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557916

View File

@ -23,9 +23,8 @@ USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
#USE_LOCALE= en_US.UTF-8
do-test:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} nosetests-${PYTHON_VER} -v
cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v
.include <bsd.port.mk>