tests: remove hg10 requirement from test-check-pylint.t
authorAnton Shestakov <av6@dwimlabs.net>
Fri, 27 May 2022 14:37:12 +0400
changeset 49236 e5e3a340b965
parent 49235 72ff7cd05176
child 49237 996a70c75c66
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.
tests/test-check-pylint.t
--- 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.
 -----------------------------------------