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: Wed Aug 19 12:40:59 UTC 2020
Modified Files:
pkgsrc/devel/py-test: Makefile
Log Message:
devel/py-test: Back out previous.
Apparently a package cannot TEST_DEPENDS on itself, even if it is
necessary in order for make test to work. The TEST_DEPENDS mechanism
seems like it could maybe use some work.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 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.93 pkgsrc/devel/py-test/Makefile:1.94
--- pkgsrc/devel/py-test/Makefile:1.93 Tue Aug 18 20:14:54 2020
+++ pkgsrc/devel/py-test/Makefile Wed Aug 19 12:40:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2020/08/18 20:14:54 riastradh Exp $
+# $NetBSD: Makefile,v 1.94 2020/08/19 12:40:59 riastradh Exp $
DISTNAME= pytest-6.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -24,7 +24,6 @@ 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