# HG changeset patch # User Anton Shestakov # Date 1653647832 -14400 # Node ID e5e3a340b965033266d5bca0905ece8294ce9ee6 # Parent 72ff7cd051763e958f3f735afaf146886c74bc1e 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. diff -r 72ff7cd05176 -r e5e3a340b965 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. -----------------------------------------