pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Aug 18 20:14:54 UTC 2020
Modified Files:
pkgsrc/devel/py-test: Makefile
Log Message:
devel/py-test: Needs itself installed to run its own tests.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/py-test/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-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.92 pkgsrc/devel/py-test/Makefile:1.93
--- pkgsrc/devel/py-test/Makefile:1.92 Wed Aug 5 14:09:30 2020
+++ pkgsrc/devel/py-test/Makefile Tue Aug 18 20:14:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2020/08/05 14:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.93 2020/08/18 20:14:54 riastradh Exp $
DISTNAME= pytest-6.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -24,6 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-${PKGVERSION}:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-xmlschema-[0-9]*:../../textproc/py-xmlschema
PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 5.0.0
Home |
Main Index |
Thread Index |
Old Index