pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test4 py-test4: comment out py-requests test ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/76cd7f339742
branches: trunk
changeset: 381527:76cd7f339742
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jul 08 14:49:28 2022 +0000
description:
py-test4: comment out py-requests test dependency
py-requests will soon not support python 2.x
diffstat:
devel/py-test4/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r d13e59cf2b14 -r 76cd7f339742 devel/py-test4/Makefile
--- a/devel/py-test4/Makefile Fri Jul 08 14:48:53 2022 +0000
+++ b/devel/py-test4/Makefile Fri Jul 08 14:49:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/07/08 13:30:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/07/08 14:49:28 wiz Exp $
DISTNAME= pytest-4.6.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -28,7 +28,8 @@
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis4
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
+# does not support python 2.7
+#TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
PYTHON_VERSIONS_ACCEPTED= 27
Home |
Main Index |
Thread Index |
Old Index