Mercurial > hg
changeset 37182:559069689121
tests: ignore zope packages when running pyflakes
Differential Revision: https://phab.mercurial-scm.org/D2972
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Fri, 30 Mar 2018 11:11:42 -0700 |
parents | 0dfb5672f015 |
children | ded5ea279a93 |
files | tests/test-check-pyflakes.t |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-pyflakes.t Wed Mar 21 19:48:36 2018 -0700 +++ b/tests/test-check-pyflakes.t Fri Mar 30 11:11:42 2018 -0700 @@ -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"