svn commit: r480278 - head/devel/py-pytest-helpers-namespace

Matthew Seaman matthew at FreeBSD.org
Fri Sep 21 15:18:31 UTC 2018


Author: matthew
Date: Fri Sep 21 15:18:30 2018
New Revision: 480278
URL: https://svnweb.freebsd.org/changeset/ports/480278

Log:
  We no longer need to pull in tox as a TEST_DEPENDS

Modified:
  head/devel/py-pytest-helpers-namespace/Makefile

Modified: head/devel/py-pytest-helpers-namespace/Makefile
==============================================================================
--- head/devel/py-pytest-helpers-namespace/Makefile	Fri Sep 21 15:14:55 2018	(r480277)
+++ head/devel/py-pytest-helpers-namespace/Makefile	Fri Sep 21 15:18:30 2018	(r480278)
@@ -12,8 +12,7 @@ COMMENT=	Provide a helpers namespace in pytest
 LICENSE=	APACHE20
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-head mailing list