[Updated] D8628: tests: skip pyflakes for mercurial/thirdparty/
av6 (Anton Shestakov)
phabricator at mercurial-scm.org
Mon Jun 15 09:27:58 UTC 2020
Closed by commit rHG1ca0d5cae9bc: tests: skip pyflakes for mercurial/thirdparty/ (authored by av6).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8628?vs=21627&id=21631
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8628/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8628
AFFECTED FILES
tests/test-check-pyflakes.t
CHANGE DETAILS
diff --git a/tests/test-check-pyflakes.t b/tests/test-check-pyflakes.t
--- a/tests/test-check-pyflakes.t
+++ b/tests/test-check-pyflakes.t
@@ -16,9 +16,7 @@
$ testrepohg locate 'set:**.py or grep("^#!.*python")' \
> -X hgext/fsmonitor/pywatchman \
> -X mercurial/pycompat.py -X contrib/python-zstandard \
- > -X mercurial/thirdparty/cbor \
- > -X mercurial/thirdparty/concurrent \
- > -X mercurial/thirdparty/zope \
+ > -X mercurial/thirdparty \
> 2>/dev/null \
> | xargs $PYTHON -m pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
contrib/perf.py:*: undefined name 'xrange' (glob) (?)
To: marmoute, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200615/692428cc/attachment-0002.html>
More information about the Mercurial-patches
mailing list