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.
--- 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.
-----------------------------------------