##// 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 $ testrepohg locate 'set:**.py or grep("^#!.*python")' \
16 $ testrepohg locate 'set:**.py or grep("^#!.*python")' \
17 > -X hgext/fsmonitor/pywatchman \
17 > -X hgext/fsmonitor/pywatchman \
18 > -X mercurial/pycompat.py -X contrib/python-zstandard \
18 > -X mercurial/pycompat.py -X contrib/python-zstandard \
19 > -X mercurial/thirdparty/cbor \
19 > -X mercurial/thirdparty \
20 > -X mercurial/thirdparty/concurrent \
21 > -X mercurial/thirdparty/zope \
22 > 2>/dev/null \
20 > 2>/dev/null \
23 > | xargs $PYTHON -m pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
21 > | xargs $PYTHON -m pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
24 contrib/perf.py:*: undefined name 'xrange' (glob) (?)
22 contrib/perf.py:*: undefined name 'xrange' (glob) (?)
General Comments 0
You need to be logged in to leave comments. Login now