Tuesday, 2025-08-05

*** ykarel_ is now known as ykarel14:01
stephenfinfrickler: Have you every seen anything like what's happening in the tempest job here? https://review.opendev.org/c/openstack/oslo.utils/+/95291415:00
stephenfinIt'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 package15:01
stephenfinHmm, 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
fricklerstephenfin: yes, this happens when novnc is used, iirc python3-novnc has an (indirect?) dependency on python3-oslo-utils and that overrides the pip installation15:33
stephenfinoh, interesting15:33
fricklerI don't remember whether there is a workaround other than disabling n-novnc. maybe check in -qa15:34
stephenfinI didn't think system packages would ever override virtualenv packages but here we are15:34
stephenfinWill do15:34
fricklerstephenfin: iirc we need to use the --system-site-packages option for the global venv because of python-libvirt or something15:35
stephenfinoh, I understand why we're using system packages. I don't understand why those packages supersede the virtualenv packages though15:36

Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!