# HG changeset patch # User Anton Shestakov # Date 2022-05-27 10:37:12 # 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 --git a/tests/test-check-pylint.t b/tests/test-check-pylint.t --- a/tests/test-check-pylint.t +++ b/tests/test-check-pylint.t @@ -1,4 +1,4 @@ -#require test-repo pylint hg10 +#require test-repo pylint Run pylint for known rules we care about. -----------------------------------------