-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 ironbank validation in 8.8 #36115
Conversation
Upgrading to 6.0.1 did not work because there is a dependency conflict with docker-compose. When using the version 5.4.1 the following error message appears when trying to run `pip install -r requirements.txt` ``` AttributeError: cython_source ``` Related issue: yaml/pyyaml#601
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
Hey folks, just cruising by from yaml/pyyaml#601. PyYAML 5.3.1 has a security hole, you should be better off with the latest and at least still maintained version 6.0.1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested it locally it should work with PyYAML=5.4.1
What does this PR do?
Downgrades
PyYaml
to5.3.1
inlibbeat/tests/system/requirements.txt
to fix ironbank validation in8.8
.Successul Jenkins build: https://beats-ci.elastic.co/job/Beats/job/ironbank-validation-mbp/view/change-requests/job/PR-36115/1/
Why is it important?
The jenkins job https://beats-ci.elastic.co/job/Beats/job/ironbank-validation-mbp/job/8.8/57/ is failing with the error:
full error message
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs