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

scripts: requirements.txt: freeze pyyaml at 3.13 #14494

Closed
wants to merge 1 commit into from

Conversation

mbolivar
Copy link
Contributor

@mbolivar mbolivar commented Mar 13, 2019

PyYAML 5.1 was just released, which doesn't support !include as
previous versions do. This breaks our DTS bindings parsing. Freeze
the PyYAML version in requirements.txt to a known good version to
prevent new installs from breaking.

Reported-by: Andy Doan andy@foundries.io
Reported-by: Michael Scott mike@foundries.io
Signed-off-by: Marti Bolivar marti@foundries.io

PyYAML 5.1 was just released, which doesn't support !include as
previous versions do. This breaks our DTS bindings parsing. Freeze
the PyYAML version in requirements.txt to a known good version to
prevent new installs from breaking.

Reported-by: Andy Doan <andy@foundries.io>
Reported-by: Michael Scott <mike@foundries.io>
Signed-off-by: Marti Bolivar <marti@foundries.io>
@nashif
Copy link
Member

nashif commented Mar 13, 2019

@mbolivar did you see this: #14460?

@mbolivar
Copy link
Contributor Author

@nashif I didn't. I meant this as a quick fix until our YAML was updated to work with 5.1. I guess I can drop this as we have to upgrade now?

@mbolivar mbolivar closed this Mar 13, 2019
@nashif
Copy link
Member

nashif commented Mar 13, 2019

@mbolivar I did not verify the conflict, but it seems we need to move to another version to resolve this conflict like indicated in the bug. Do not know if 3.13 will do.

@mbolivar
Copy link
Contributor Author

@ulfalizer @galak i've just filed a bug instead: #14496

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@e7107ba). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #14494   +/-   ##
=========================================
  Coverage          ?   51.99%           
=========================================
  Files             ?      308           
  Lines             ?    45572           
  Branches          ?    10553           
=========================================
  Hits              ?    23695           
  Misses            ?    17069           
  Partials          ?     4808

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7107ba...e23abd9. Read the comment docs.

@mbolivar mbolivar deleted the pyyaml-3.13 branch June 13, 2019 19:38
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.

3 participants