With 1.1.0, charmcraft switched to classic confinement and doing builds inside a LXD container. This broke the ability for charms to reference local libraries during build in their requirements.txt since those libraries are not visible within the LXD container. This is required for the ops_test.build_lib() feature for testing charm libraries.
With 1.1.0, charmcraft switched to
classic
confinement and doing builds inside a LXD container. This broke the ability for charms to reference local libraries during build in theirrequirements.txt
since those libraries are not visible within the LXD container. This is required for theops_test.build_lib()
feature for testing charm libraries.