test: Disable pylint subprocess check check

The return value for subprocess is already being checked, no need to use
check=True.
This commit is contained in:
Brian C. Lane 2019-09-30 18:11:46 -07:00
parent 6cebc3da88
commit 3aac31482c
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