-
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
Cherry-pick #18152 to 7.x: Pin version of python ordered-set to 3.1.1 #18156
Conversation
A new version of ordered-set was released on April 29, 2020 and builds under Python 3.5 on Jenkins started failing. So this pins the version of ordered-set to the previous version that it was using and working under. Fixes elastic#18150 (cherry picked from commit 522ffd5)
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Cherry-pick of PR #18152 to 7.x branch. Original message:
What does this PR do?
A new version of ordered-set was released on April 29, 2020 and builds
under Python 3.5 on Jenkins started failing. So this pins the version of
ordered-set to the previous version that it was using and working under.
Fixes #18150
Why is it important?
The nose tests are failing on Jenkins under linux with python 3.5.