[Updated] D8617: tests: consistently use pyflakes as a Python module
mjacob (Manuel Jacob)
phabricator at mercurial-scm.org
Sat Jun 6 12:35:17 UTC 2020
mjacob added inline comments.
mjacob accepted this revision.
INLINE COMMENTS
> test-check-pyflakes.t:11
> > EOF
> - $ pyflakes test.py 2>/dev/null | "$TESTDIR/filterpyflakes.py"
> + $ $PYTHON -m pyflakes test.py 2>/dev/null | "$TESTDIR/filterpyflakes.py"
> test.py:1: undefined name 'undefinedname'
For some reason this wasn’t included in rHGe397c6d74652 <https://phab.mercurial-scm.org/rHGe397c6d746521cf5d3b86896c5e78bd63e335a5d>, although I found an earlier version of that patch on my machine including it. Probably it got lost during merge conflict resolution.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8617/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8617
To: av6, #hg-reviewers, mjacob
Cc: mjacob, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200606/f2168e60/attachment-0002.html>
More information about the Mercurial-patches
mailing list