pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-testscenarios
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jun 13 22:20:39 UTC 2019
Modified Files:
pkgsrc/devel/py-testscenarios: Makefile
Log Message:
py-testscenarios: set test target.
Update some comments and note bug report about cyclic dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-testscenarios/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-testscenarios/Makefile
diff -u pkgsrc/devel/py-testscenarios/Makefile:1.1 pkgsrc/devel/py-testscenarios/Makefile:1.2
--- pkgsrc/devel/py-testscenarios/Makefile:1.1 Wed Feb 22 14:21:40 2017
+++ pkgsrc/devel/py-testscenarios/Makefile Thu Jun 13 22:20:39 2019
@@ -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
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"
Home |
Main Index |
Thread Index |
Old Index