tests: silence pyflakes for thirdparty/concurrent
authorGregory Szorc <gregory.szorc@gmail.com>
Mon, 09 Apr 2018 12:22:31 -0700
changeset 37625 3ccaf995f549
parent 37624 33db69b6b58b
child 37626 0a9c0d3480b2
tests: silence pyflakes for thirdparty/concurrent It is complaining about unused imports. Differential Revision: https://phab.mercurial-scm.org/D3263
tests/test-check-pyflakes.t
--- 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"