pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test4
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 8 14:49:28 UTC 2022
Modified Files:
pkgsrc/devel/py-test4: Makefile
Log Message:
py-test4: comment out py-requests test dependency
py-requests will soon not support python 2.x
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test4/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-test4/Makefile
diff -u pkgsrc/devel/py-test4/Makefile:1.8 pkgsrc/devel/py-test4/Makefile:1.9
--- pkgsrc/devel/py-test4/Makefile:1.8 Fri Jul 8 13:30:52 2022
+++ pkgsrc/devel/py-test4/Makefile Fri Jul 8 14:49:28 2022
@@ -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}-argcomplet
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