Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 19:51:25 +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: r462637 - head/devel/py-py
Message-ID:  <201802221951.w1MJpP0u004248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 22 19:51:25 2018
New Revision: 462637
URL: https://svnweb.freebsd.org/changeset/ports/462637

Log:
  Remove TEST_DEPENDS to avoid circular dependency
  
  PR:		220284
  Reported by:	danfe

Modified:
  head/devel/py-py/Makefile

Modified: head/devel/py-py/Makefile
==============================================================================
--- head/devel/py-py/Makefile	Thu Feb 22 19:51:20 2018	(r462636)
+++ head/devel/py-py/Makefile	Thu Feb 22 19:51:25 2018	(r462637)
@@ -13,8 +13,6 @@ COMMENT=	Library with cross-python path, ini-parsing, 
 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



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