pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mccabe



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 23 11:41:27 UTC 2022

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

Log Message:
py-mccabe: add missing test dependency

All tests now pass.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-mccabe/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-mccabe/Makefile
diff -u pkgsrc/devel/py-mccabe/Makefile:1.12 pkgsrc/devel/py-mccabe/Makefile:1.13
--- pkgsrc/devel/py-mccabe/Makefile:1.12        Tue Feb 22 09:08:48 2022
+++ pkgsrc/devel/py-mccabe/Makefile     Wed Feb 23 11:41:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/02/22 09:08:48 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/02/23 11:41:27 wiz Exp $
 
 DISTNAME=      mccabe-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,11 +11,7 @@ COMMENT=     Mccabe plugin for the Python pr
 LICENSE=       mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-# https://github.com/PyCQA/mccabe/issues/93
-# as of 0.7.0, tests do not run:
-# NameError: name 'settings' is not defined
-# probably fixed by adding hypothesmith dependency
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-hypothesmith-[0-9]*:../../wip/py-hypothesmith
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesmith-[0-9]*:../../devel/py-hypothesmith
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index