juju / charm-tools

Tools for charm authors and maintainers
Other
42 stars 64 forks source link

setup: pin ruamel.yaml to <0.18 #669

Closed lathiat closed 10 months ago

lathiat commented 10 months ago

ruamel.yaml 0.18 hard deprecated the old PyYAML functions removing yaml.safe_load among many others. This causes charm-build to exit sometimes without a visible error.

Fixes: #668 Reference: https://pypi.org/project/ruamel.yaml/0.18.0/