From d5f63c021ac219ec11d85984daefcfc4fe74533f Mon Sep 17 00:00:00 2001
From: "Brian C. Lane" <bcl@redhat.com>
Date: Mon, 30 Sep 2019 18:11:46 -0700
Subject: [PATCH] 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 3aac31482c68ec744d65c9e9dfd9a0f51d4ab682)
---
 test/composertest.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/composertest.py b/test/composertest.py
index f8a49dae..93ee135a 100644
--- a/test/composertest.py
+++ b/test/composertest.py
@@ -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