Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test devel/py-test: Back out previous.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7cec6f59731
branches: trunk
changeset: 437251:d7cec6f59731
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Wed Aug 19 12:40:59 2020 +0000
description:
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.
diffstat:
devel/py-test/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 333270be4b9b -r d7cec6f59731 devel/py-test/Makefile
--- a/devel/py-test/Makefile Wed Aug 19 12:30:04 2020 +0000
+++ b/devel/py-test/Makefile Wed Aug 19 12:40:59 2020 +0000
@@ -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}-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