Received: by mail.netbsd.org (Postfix, from userid 605) id BC7CF84DCD; Wed, 10 Jun 2020 14:14:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41E9C84DCD for ; Wed, 10 Jun 2020 14:14:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nvgasjbt7J8W for ; Wed, 10 Jun 2020 14:14:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9638184DC3 for ; Wed, 10 Jun 2020 14:14:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A73BFB27; Wed, 10 Jun 2020 14:14:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15917984591180" MIME-Version: 1.0 Date: Wed, 10 Jun 2020 14:14:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-mercurial To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200610141419.8A73BFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15917984591180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 10 14:14:19 UTC 2020 Modified Files: pkgsrc/devel/py-mercurial: Makefile Log Message: mercurial: update test failure comment To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-mercurial/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15917984591180 Content-Disposition: inline Content-Length: 924 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-mercurial/Makefile diff -u pkgsrc/devel/py-mercurial/Makefile:1.42 pkgsrc/devel/py-mercurial/Makefile:1.43 --- pkgsrc/devel/py-mercurial/Makefile:1.42 Tue Jun 9 07:07:13 2020 +++ pkgsrc/devel/py-mercurial/Makefile Wed Jun 10 14:14:19 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2020/06/09 07:07:13 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2020/06/10 14:14:19 wiz Exp $ DISTNAME= mercurial-${VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -29,8 +29,7 @@ INSTALLATION_DIRS+= share/doc/mercurial # Known test failures as of 5.4.1: # test-doctest: # https://bz.mercurial-scm.org/show_bug.cgi?id=6320 -# test-obsolete-distributed: -# https://bz.mercurial-scm.org/show_bug.cgi?id=6350 +# test-obsolete-distributed: broken because of patches/patch-D8480 # Ran 842 tests, 78 skipped, 2 failed. do-test: cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q} --_----------=_15917984591180--