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:
parent
b88cda8e15
commit
d5f63c021a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user