Tox failing in stx/utilities due to libvirt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| StarlingX |
High
|
Al Bailey |
Bug Description
Nov 6th saw the release of a new version of python-libvirt (5.8.0)
That libvirt does not install in zuul on an Ubuntu machine
File "/tmp/pip-
spawn(
File "/tmp/pip-
raise Exception(
Exception: pkg-config binary is required to compile libvirt-python
Probably going to fix this by using an upper constraint.
Changed in starlingx: | |
assignee: | nobody → Al Bailey (albailey1974) |
Changed in starlingx: | |
status: | New → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 1f024e87ac533ee
Author: Al Bailey <email address hidden>
Date: Thu Nov 7 13:03:37 2019 -0600
Fix pylint zuul error due to python-libvirt version
Nov 6th saw the release of a new version of python-libvirt.
tox.ini did not have an upper-constraint set for it,
so we picked up that version, which caused zuul to fail
in pylint.
Adding an upper-constraint to fix the issue.
This allows all reviews in stx/utilities to pass zuul
and be able to merge.
Change-Id: Idcdf37fbfb2f87
Closes-Bug: 1851707
Signed-off-by: Al Bailey <email address hidden>
Changed in starlingx: | |
status: | In Progress → Fix Released |
tags: | added: stx.3.0 stx.zuul |
Ghada Khalil (gkhalil) wrote : | #3 |
Marking as stx.3.0 / high priority since this would prevent code from merging in stx/utilities
Changed in starlingx: | |
importance: | Undecided → High |
Fix proposed to branch: master /review. opendev. org/693409
Review: https:/