pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-magic-wormhole py-magic-wormhole: add missing T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/894888d0e7de
branches:  trunk
changeset: 454915:894888d0e7de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 23 21:17:56 2021 +0000

description:
py-magic-wormhole: add missing TEST_DEPENDENCY

Also note self test status and upstream bug report URL.

diffstat:

 net/py-magic-wormhole/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 4a9e44ef77f5 -r 894888d0e7de net/py-magic-wormhole/Makefile
--- a/net/py-magic-wormhole/Makefile    Wed Jun 23 21:08:43 2021 +0000
+++ b/net/py-magic-wormhole/Makefile    Wed Jun 23 21:17:56 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/06/23 21:08:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/23 21:17:56 wiz Exp $
 
 DISTNAME=      magic-wormhole-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,6 +26,10 @@
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=17.5.0:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-txtorcon>=18.0.2:../../net/py-txtorcon
 
+# 7 test failures as of 0.12.0
+# https://github.com/magic-wormhole/magic-wormhole/issues/421
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+
 USE_LANGUAGES= # none
 
 post-install:



Home | Main Index | Thread Index | Old Index