From patchwork Fri Mar 30 18:17:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D2972: tests: ignore zope packages when running pyflakes From: phabricator X-Patchwork-Id: 29981 Message-Id: <626843a7120eed240a714acc8a3e5a01@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Fri, 30 Mar 2018 18:17:24 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG559069689121: tests: ignore zope packages when running pyflakes (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2972?vs=7401&id=7403 REVISION DETAIL https://phab.mercurial-scm.org/D2972 AFFECTED FILES tests/test-check-pyflakes.t CHANGE DETAILS To: indygreg, #hg-reviewers, durin42 Cc: mercurial-devel diff --git a/tests/test-check-pyflakes.t b/tests/test-check-pyflakes.t --- a/tests/test-check-pyflakes.t +++ b/tests/test-check-pyflakes.t @@ -17,6 +17,7 @@ > -X hgext/fsmonitor/pywatchman \ > -X mercurial/pycompat.py -X contrib/python-zstandard \ > -X mercurial/thirdparty/cbor \ + > -X mercurial/thirdparty/zope \ > 2>/dev/null \ > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"