Seems that for all OSes where run libvirt-dbus tests python3-pycodestile is pulled together when installing flake8. However, this is not the case for CentOS 8 and that's the reason for explicitly adding the dependency here. Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> --- guests/vars/mappings.yml | 3 +++ guests/vars/projects/libvirt-dbus.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index 7b16a59..722887d 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -864,6 +864,9 @@ mappings: Ubuntu1604: python3-pip Ubuntu1804: python3-pip + python3-pycodestyle: + CentOS8: python3-pycodestyle + python3-pytest: default: python3-pytest FreeBSD: py36-pytest diff --git a/guests/vars/projects/libvirt-dbus.yml b/guests/vars/projects/libvirt-dbus.yml index 528fcc6..9a87e11 100644 --- a/guests/vars/projects/libvirt-dbus.yml +++ b/guests/vars/projects/libvirt-dbus.yml @@ -7,4 +7,5 @@ packages: - python3-entrypoints - python3-gi - python3-mccabe + - python3-pycodestyle - python3-pytest -- 2.23.0 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list