tests: Disable pylint preexec-fn warning

Related: rhbz#1785154
This commit is contained in:
Brian C. Lane 2020-02-05 14:35:16 -08:00
parent a4a6371581
commit a08bd603d0
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ def startProgram(argv, root='/', stdin=None, stdout=subprocess.PIPE, stderr=subp
if env_add:
env.update(env_add)
# pylint: disable=subprocess-popen-preexec-fn
return subprocess.Popen(argv,
stdin=stdin,
stdout=stdout,