mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2026-01-23 20:32:54 +03:00
Currently, there's just one native_git_build_job - x86_64-centos-stream-8-git and this is a problem because that's the job that api_coverage_job then uses. But CentOS Stream 8 has too old lxml which then makes tests/test_api_coverage.py skip its run. By switching to CentOS Stream 9 the test can run happily again. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>