##// END OF EJS Templates
tests: skip pyflakes for mercurial/thirdparty/...
av6 -
r45484:1ca0d5ca stable
parent child Browse files
Show More
@@ -16,9 +16,7 b' run pyflakes on all tracked files ending'
16 16 $ testrepohg locate 'set:**.py or grep("^#!.*python")' \
17 17 > -X hgext/fsmonitor/pywatchman \
18 18 > -X mercurial/pycompat.py -X contrib/python-zstandard \
19 > -X mercurial/thirdparty/cbor \
20 > -X mercurial/thirdparty/concurrent \
21 > -X mercurial/thirdparty/zope \
19 > -X mercurial/thirdparty \
22 20 > 2>/dev/null \
23 21 > | xargs $PYTHON -m pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
24 22 contrib/perf.py:*: undefined name 'xrange' (glob) (?)
General Comments 0
You need to be logged in to leave comments. Login now