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:
parent
6cebc3da88
commit
3aac31482c
@ -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