Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 22:55:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479630 - head/devel/pylint
Message-ID:  <201809122255.w8CMtSsb069465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809122255.w8CMtSsb069465>