summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-06-13 22:20:39 +0000
committerwiz <wiz@pkgsrc.org>2019-06-13 22:20:39 +0000
commit7a3dc2b609ed7a6e17657c60c486d44b24585ff1 (patch)
tree3346c31efcd776bbc431bf7b2c1435e7023aaa31 /devel
parent2a761b55c0dd4d91649310926ee6a84dd55f848f (diff)
downloadpkgsrc-7a3dc2b609ed7a6e17657c60c486d44b24585ff1.tar.gz
py-testscenarios: set test target.
Update some comments and note bug report about cyclic dependency.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-testscenarios/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/py-testscenarios/Makefile b/devel/py-testscenarios/Makefile
index a645568f2f3..7a358e4c742 100644
--- a/devel/py-testscenarios/Makefile
+++ b/devel/py-testscenarios/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/02/22 14:21:40 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/06/13 22:20:39 wiz Exp $
DISTNAME= testscenarios-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,15 +11,11 @@ COMMENT= Pyunit extension for dependency injection
LICENSE= apache-2.0 OR modified-bsd
DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-# as of 0.5.0, many failures
-# https://github.com/testing-cabal/testscenarios/issues/2
-# TEST_DEPENDS
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
# circular dependency
-#BUILD_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+# https://github.com/testing-cabal/testscenarios/issues/4
+#DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
-do-test:
- cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+TEST_TARGET= check
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"