[Updated] D8619: tests: skip pyflakes for mercurial/thirdparty/
av6 (Anton Shestakov)
phabricator at mercurial-scm.org
Tue Jun 9 12:34:27 UTC 2020
av6 edited the summary of this revision.
av6 retitled this revision from "tests: skip pyflakes for selectors2.py" to "tests: skip pyflakes for mercurial/thirdparty/".
av6 updated this revision to Diff 21587.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8619?vs=21572&id=21587
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8619/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8619
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: av6, #hg-reviewers
Cc: pulkit, marmoute, indygreg, mjacob, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200609/25ba3023/attachment-0002.html>
More information about the Mercurial-patches
mailing list