svn commit: r479630 - head/devel/pylint

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 12 22:55:28 UTC 2018


Author: sunpoet
Date: Wed Sep 12 22:55:27 2018
New Revision: 479630
URL: https://svnweb.freebsd.org/changeset/ports/479630

Log:
  Add TEST_DEPENDS

Modified:
  head/devel/pylint/Makefile

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Wed Sep 12 22:55:22 2018	(r479629)
+++ head/devel/pylint/Makefile	Wed Sep 12 22:55:27 2018	(r479630)
@@ -18,6 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.0.0:dev
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.4+ shebangfix
 USE_PYTHON=	distutils py3kplist


More information about the svn-ports-head mailing list