Skip to content
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

[FIX] pyYAML version downgrade #4

Merged
merged 1 commit into from
Apr 4, 2019
Merged

[FIX] pyYAML version downgrade #4

merged 1 commit into from
Apr 4, 2019

Conversation

samueljsb
Copy link

There is a known issue with pyYAML 5.1 (yaml/pyyaml#274) which does not assign
a default loader to the add_constructor method. This ensures that a
pre-5.1 version of pyYAML is being used.

Task: 3716

Signed-off-by: Samuel Searles-Bryant [email protected]

There is a known issue with pyYAML 5.1 (yaml/pyyaml#274) which does not assign
a default loader to the add_constructor method. This ensures that a
pre-5.1 version of pyYAML is being used.

Task: 3716

Signed-off-by: Samuel Searles-Bryant <[email protected]>
@samueljsb samueljsb merged commit 75c310d into master Apr 4, 2019
@samueljsb samueljsb deleted the task/3761 branch April 4, 2019 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant