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 <Michel.Thebeau@windriver.com>
This commit is contained in:
Michel Thebeau 2023-07-14 16:55:41 -04:00
parent 84e1231f06
commit 4eba315b7e

View File

@ -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