pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/py-PyRTL



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 17 09:28:08 UTC 2024

Modified Files:
        pkgsrc/cad/py-PyRTL: Makefile

Log Message:
py-PyRTL: remove unused test dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/cad/py-PyRTL/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/py-PyRTL/Makefile
diff -u pkgsrc/cad/py-PyRTL/Makefile:1.10 pkgsrc/cad/py-PyRTL/Makefile:1.11
--- pkgsrc/cad/py-PyRTL/Makefile:1.10   Wed Sep 18 06:23:15 2024
+++ pkgsrc/cad/py-PyRTL/Makefile        Thu Oct 17 09:28:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/09/18 06:23:15 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/10/17 09:28:08 wiz Exp $
 
 DISTNAME=      pyrtl-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-PyRTL-0.11.2
@@ -15,9 +15,6 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 
 # as of 0.11.2
 # 2 failed, 1176 passed, 9 skipped
-# 'make test' fails with 2 arithmetic FAILs.
-TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES= c # for test
 



Home | Main Index | Thread Index | Old Index