test: Disable pylint subprocess check check

The return value for subprocess is already being checked, no need to use
check=True.

(cherry picked from commit 3aac31482c)
This commit is contained in:
Brian C. Lane 2019-09-30 18:11:46 -07:00
parent b88cda8e15
commit d5f63c021a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import unittest
sys.path.append(os.path.join(os.path.dirname(__file__), "../bots/machine"))
import testvm # pylint: disable=import-error
#pylint: disable=subprocess-run-check
def print_exception(etype, value, tb):
# only include relevant lines