Mercurial > hg
changeset 37625:3ccaf995f549
tests: silence pyflakes for thirdparty/concurrent
It is complaining about unused imports.
Differential Revision: https://phab.mercurial-scm.org/D3263
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 09 Apr 2018 12:22:31 -0700 |
parents | 33db69b6b58b |
children | 0a9c0d3480b2 |
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 Mon Apr 09 12:19:37 2018 -0700 +++ b/tests/test-check-pyflakes.t Mon Apr 09 12:22:31 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/concurrent \ > -X mercurial/thirdparty/zope \ > 2>/dev/null \ > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"