driazati commented on code in PR #11666:
URL: https://github.com/apache/tvm/pull/11666#discussion_r898271670
##########
tests/python/ci/test_ci.py:
##########
@@ -49,7 +38,7 @@ def run(pr_body, requested_reviewers, existing_review_users,
expected_reviewers)
git.run("remote", "add", "origin", "https://github.com/apache/tvm.git")
reviews = [{"user": {"login": r}} for r in existing_review_users]
requested_reviewers = [{"login": r} for r in requested_reviewers]
- proc = subprocess.run(
+ proc = subprocess.run( # pylint: disable=subprocess-run-check
Review Comment:
That still trips pylint as far as I can tell, it wants to see `check=True`
only
--
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]