Fixed colorama Python package#8390
Conversation
Colorama package being at the top of the requirements.txt list causes other requirements to not be fufilled. All packages require <0.4.0, aka the latest 0.3.x patch release. :
|
These changes look good, we should also revisit other packages as well in requirement.txt like greentea which says |
Good point. Issue made for tracking: #8396 |
|
/morph build |
Build : SUCCESSBuild number : 3335 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2967 |
Test : SUCCESSBuild number : 3143 |
|
Should there not be a follow-up task on the tools to be update to work with colorama 0.4.x? |
Description
Colorama package being at the top of the requirements.txt list causes other requirements to not be fufilled. All packages require <0.4.0, aka the latest 0.3.x patch release.
Since this was the first line in requirements.txt, colorama v0.4.0 was recently released: https://github.com/tartley/colorama/releases/tag/0.4.0
Once installed, manifest-tool and mbed-greentea would (properly) fail because they need a 0.3.x. Not sure why pip isn't able to correct this, but I digress.
Pull request type