svn commit: r505166 - head/devel/py-openapi-spec-validator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 26 17:26:48 UTC 2019


Author: sunpoet
Date: Wed Jun 26 17:26:45 2019
New Revision: 505166
URL: https://svnweb.freebsd.org/changeset/ports/505166

Log:
  Add TEST_DEPENDS

Modified:
  head/devel/py-openapi-spec-validator/Makefile

Modified: head/devel/py-openapi-spec-validator/Makefile
==============================================================================
--- head/devel/py-openapi-spec-validator/Makefile	Wed Jun 26 17:26:40 2019	(r505165)
+++ head/devel/py-openapi-spec-validator/Makefile	Wed Jun 26 17:26:45 2019	(r505166)
@@ -16,6 +16,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list