##// END OF EJS Templates
tests: ignore zope packages when running pyflakes...
Gregory Szorc -
r37199:55906968 default
parent child Browse files
Show More
@@ -17,6 +17,7 b' run pyflakes on all tracked files ending'
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/cbor \
20 > -X mercurial/thirdparty/zope \
20 > 2>/dev/null \
21 > 2>/dev/null \
21 > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
22 > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
22
23
General Comments 0
You need to be logged in to leave comments. Login now