diff tests/test-check-pylint.t @ 49236:e5e3a340b965

tests: remove hg10 requirement from test-check-pylint.t Since pylint does its own directory traversal to find files to check and doesn't use hg locate command, this requirement is not valid. See also a29f071751df.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 27 May 2022 14:37:12 +0400
parents c7899dd29800
children 4658f5e67e4e
line wrap: on
line diff
--- a/tests/test-check-pylint.t	Fri May 27 14:33:32 2022 +0400
+++ b/tests/test-check-pylint.t	Fri May 27 14:37:12 2022 +0400
@@ -1,4 +1,4 @@
-#require test-repo pylint hg10
+#require test-repo pylint
 
 Run pylint for known rules we care about.
 -----------------------------------------