[Updated] D8619: tests: skip pyflakes for mercurial/thirdparty/

av6 (Anton Shestakov) phabricator at mercurial-scm.org
Thu Jun 11 13:39:33 UTC 2020


Closed by commit rHGa4438263b228: 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/D8619?vs=21587&id=21606

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, pulkit
Cc: pulkit, marmoute, indygreg, mjacob, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200611/161f2a5f/attachment-0002.html>


More information about the Mercurial-patches mailing list