changeset 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 72ff7cd05176
children 996a70c75c66
files tests/test-check-pylint.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.
 -----------------------------------------