diff -r 996a562b6c9f -r 143c8e4dc22d tests/test-check-pyflakes.t --- a/tests/test-check-pyflakes.t Thu Feb 23 15:19:31 2017 +0100 +++ b/tests/test-check-pyflakes.t Thu Mar 02 18:07:46 2017 +0100 @@ -7,9 +7,9 @@ run pyflakes on all tracked files ending in .py or without a file ending (skipping binary file random-seed) - $ hg locate 'set:**.py or grep("^!#.*python")' 2>/dev/null \ + $ hg locate 'set:hgext3rd/topic/**.py or grep("^!#.*python")' 2>/dev/null \ > | xargs pyflakes 2>/dev/null run flake8 if it exists; if it doesn't, then just skip - $ type flake8 >/dev/null 2>/dev/null && hg files -0 'glob:**.py' | xargs -0 flake8 || true + $ type flake8 >/dev/null 2>/dev/null && hg files -0 'glob:hgext3rd/topic/**.py' | xargs -0 flake8 || true