Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Something changed in ruamel #229
Comments
|
Looks like this was an artifact from the brief window it was broken. This was fixed in today's charmbox image |
chuckbutler
closed this
Jul 8, 2016
|
I thought we had the ruamel.yaml dependency version-pinned to an older version (0.10.23) precisely because updates to this library had broken things for us before? Does the charmbox perhaps unpin it somehow? If so, we should probably fix that. |
johnsca
referenced this issue
Jul 12, 2016
Open
AttributeError on parse error for layer.yaml with req.txt version of ruamel.yaml #233
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chuckbutler commentedJul 8, 2016
Checklist
What version am I running?
I ran the following command:
charm versionand got the following ouput:I am using: A toaster
Issue/Feature
When running charm build, it appears that ruamel has changed the init() signature, and dropped the preserve_quotes field. See the upstream issue tracker here https://bitbucket.org/ruamel/yaml/issues/38
I expect/expected the following
The charm to build successfully
What I got