driazati commented on code in PR #11666:
URL: https://github.com/apache/tvm/pull/11666#discussion_r896078033
##########
tests/python/ci/test_ci.py:
##########
@@ -342,9 +341,12 @@ def run(files, should_skip):
def test_ping_reviewers(tmpdir_factory):
+ """
+ Test that reviewers are messaged after a time period of inactivity
+ """
reviewers_script = REPO_ROOT / "tests" / "scripts" / "ping_reviewers.py"
- def run(pr, check):
+ def run(pr, check): # pylint: disable=invalid-name
Review Comment:
the issue is on `pr` (says its too short), but that is what it is and I
don't think the linter is correct here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]