pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-mccabe py-mccabe: add missing test dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5cd21cbf7d3
branches:  trunk
changeset: 374477:e5cd21cbf7d3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 23 11:41:27 2022 +0000

description:
py-mccabe: add missing test dependency

All tests now pass.

diffstat:

 devel/py-mccabe/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 1a3f448308f7 -r e5cd21cbf7d3 devel/py-mccabe/Makefile
--- a/devel/py-mccabe/Makefile  Wed Feb 23 11:40:30 2022 +0000
+++ b/devel/py-mccabe/Makefile  Wed Feb 23 11:41:27 2022 +0000
@@ -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 @@
 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