diff tests/test-check-flake8.t @ 5338:6a50faea786d

tests: use hghaveaddon.py to check for flake8 Since we need flake8 to be a python module, we shouldn't use a shell script with `which` to check for its presence anymore.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 24 May 2020 13:20:45 +0800
parents f354de498737
children 39bc93749027
line wrap: on
line diff
--- a/tests/test-check-flake8.t	Sun May 24 13:07:44 2020 +0800
+++ b/tests/test-check-flake8.t	Sun May 24 13:20:45 2020 +0800
@@ -1,12 +1,4 @@
-#require test-repo
-
-  $ checkflake8() {
-  >   if ! (which flake8 > /dev/null); then
-  >     echo skipped: missing tool: flake8;
-  >     exit 80;
-  >   fi;
-  > };
-  $ checkflake8
+#require test-repo flake8
 
 Copied from Mercurial core (60ee2593a270)