Index: head/devel/py-py/Makefile =================================================================== --- head/devel/py-py/Makefile (revision 463661) +++ head/devel/py-py/Makefile (revision 463662) @@ -1,23 +1,25 @@ # Created by: Yi-Jheng Lin # $FreeBSD$ PORTNAME= py PORTVERSION= 1.5.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Library with cross-python path, ini-parsing, io, code, log facilities LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} + NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include