From 4eba315b7ea12230c98370c998f1607d97578773 Mon Sep 17 00:00:00 2001 From: Michel Thebeau Date: Fri, 14 Jul 2023 16:55:41 -0400 Subject: [PATCH] add libvirt to tox.ini pylint Story: 2010816 Task: 48394 Test Plan: PASS: add errors in libvirt bash and py files and observe tox output Change-Id: Ie8baba41075360044859dc3c60f44d9411f5cb10 Signed-off-by: Michel Thebeau --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a1cde0..c6a012d 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ deps = -r{env:BASEPATH}/requirements.txt {[testenv]deps} allowlist_externals = pylint -commands = pylint {posargs} --rcfile=./pylint.rc virtualbox/pybox +commands = pylint {posargs} --rcfile=./pylint.rc virtualbox/pybox libvirt [testenv:unittests] basepython = python3