*** ykarel_ is now known as ykarel | 14:01 | |
stephenfin | frickler: Have you every seen anything like what's happening in the tempest job here? https://review.opendev.org/c/openstack/oslo.utils/+/952914 | 15:00 |
---|---|---|
stephenfin | It's attempting to use imageutils.py, but that was converted to a module back in 7.3.0 this time last year during the Dalmatian cycle, and I can't see any signs of us downgrading the package | 15:01 |
stephenfin | Hmm, actually, the path is odd: it's pulling from '/usr/lib/python3/dist-packages' when I'd expect it to pull from '/opt/stack/data/venv/site-packages' | 15:03 |
frickler | stephenfin: yes, this happens when novnc is used, iirc python3-novnc has an (indirect?) dependency on python3-oslo-utils and that overrides the pip installation | 15:33 |
stephenfin | oh, interesting | 15:33 |
frickler | I don't remember whether there is a workaround other than disabling n-novnc. maybe check in -qa | 15:34 |
stephenfin | I didn't think system packages would ever override virtualenv packages but here we are | 15:34 |
stephenfin | Will do | 15:34 |
frickler | stephenfin: iirc we need to use the --system-site-packages option for the global venv because of python-libvirt or something | 15:35 |
stephenfin | oh, I understand why we're using system packages. I don't understand why those packages supersede the virtualenv packages though | 15:36 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!