# HG changeset patch # User Anton Shestakov # Date 1605091840 -28800 # Node ID 39bc937490272fe8064af11170f8d60022bf35df # Parent 0e397aeee55b1afaeead48e0c38e48696bcd4474 tests: update comment in test-check-flake8.t Nowadays we check existence of flake8 with hghave beforehand. diff -r 0e397aeee55b -r 39bc93749027 tests/test-check-flake8.t --- a/tests/test-check-flake8.t Wed Nov 11 18:48:56 2020 +0800 +++ b/tests/test-check-flake8.t Wed Nov 11 18:50:40 2020 +0800 @@ -4,7 +4,7 @@ $ cd "`dirname "$TESTDIR"`" -run flake8 if it exists; if it doesn't, then just skip +run flake8 on all tracked files ending in .py or with a python shebang $ hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' \ > -X hgext3rd/evolve/thirdparty \