Mercurial > hg-stable
changeset 30923:5b60464efbde
tests: exclude python-zstandard from pyflakes analysis
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 09 Feb 2017 21:44:32 -0500 |
parents | a0e3d808690d |
children | c32454d69b85 |
files | tests/test-check-pyflakes.t |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-pyflakes.t Tue Feb 07 23:25:37 2017 +0530 +++ b/tests/test-check-pyflakes.t Thu Feb 09 21:44:32 2017 -0500 @@ -7,9 +7,8 @@ (skipping binary file random-seed) $ hg locate 'set:**.py or grep("^#!.*python")' -X hgext/fsmonitor/pywatchman \ - > -X mercurial/pycompat.py \ + > -X mercurial/pycompat.py -X contrib/python-zstandard \ > 2>/dev/null \ > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py" - contrib/python-zstandard/tests/test_data_structures.py:107: local variable 'size' is assigned to but never used tests/filterpyflakes.py:39: undefined name 'undefinedname'