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:           Tue Apr 30 14:40:16 UTC 2024

Modified Files:
        pkgsrc/devel/py-test4: Makefile

Log Message:
py-test4: comment out more test dependencies

The tests for this Python 2 package are not going to run anyway,
because we don't have packages for all its test dependencies any longer.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/py-test4/Makefile:1.16
--- pkgsrc/devel/py-test4/Makefile:1.15 Mon Oct 23 06:37:43 2023
+++ pkgsrc/devel/py-test4/Makefile      Tue Apr 30 14:40:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/10/23 06:37:43 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/30 14:40:15 wiz Exp $
 
 DISTNAME=      pytest-4.6.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -23,10 +23,10 @@ DEPENDS+=   ${PYPKGPREFIX}-pluggy>=0.12:..
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.5.0:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
-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}-hypothesis-[0-9]*:../../devel/py-hypothesis4
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 # does not support python 2.7
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 



Home | Main Index | Thread Index | Old Index