-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using pyyaml > 3.12 breaks tests #291
Comments
It seems, that with the new release of pyyaml 4.1 most python objects are no longer serialized by default and old yaml files containing python object specific code can no longer be easily loaded. This change has been introduced since this addresses an issue where potentially harmful code would have been executed when loading a yaml file. Check here for details. Our two main problems with this are:
|
Merged
mpsonntag
added a commit
to mpsonntag/python-odml
that referenced
this issue
Feb 13, 2019
Closes G-Node#291 With pyyaml version 4.2+ the breaking changes in of version 4.1 have been amended.
mpsonntag
added a commit
to mpsonntag/python-odml
that referenced
this issue
Feb 13, 2019
Closes G-Node#291 With pyyaml version 4.2+ the breaking changes of version 4.1 have been amended. Setting a specific pyyaml version since all currently 4.2* released versions are beta making an unspecific pip install unavailable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new release of pyyaml 4.1 breaks tests, there seem to be incompatibilities between the pyyaml versions.
The text was updated successfully, but these errors were encountered: