-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix python module versions within requirements.txt #8396
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
Comments
I think that this make things a lot easier because now it is not easy to track when tools versions are updated. When there are specific version then PR itself is used to test the new version of the tool |
Aaand it looks like we just got hit again by not having versions fixed/pinned. Last working master build: https://travis-ci.org/ARMmbed/mbed-os/builds/442254105 (urllib3 was updated from 1.23 to 1.24) |
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-30 |
@yennster this issue is to review https://github.com/ARMmbed/mbed-os/blob/master/requirements.txt and update to latest working version. As of now, most of packages say problem seen |
@cmonr Moved to IOTCORE and assigned it to you (IOTCORE-571) |
Uh oh!
There was an error while loading. Please reload this page.
Description
After finding and solving an issue with colorama being updated (resolved with #8390), @studavekar brought up a good comment that we should do the same with other packages.
Requirements.txt should be fixed to specific versions, and have a process to update versions on a regular bases. This issue is for the first part of the problem, with @ARMmbed/mbed-os-test already working on the second.
Issue request type
[ ] Question
[x] Enhancement
[ ] Bug
The text was updated successfully, but these errors were encountered: