-
Notifications
You must be signed in to change notification settings - Fork 3k
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
travis: set attrs to 19.1.0, fixes python 3.5 issue #14108
Conversation
@0xc0170, thank you for your changes. |
Travis passed . |
.travis.yml
Outdated
name: "tools-py35" | ||
env: NAME=tools-py3.5 | ||
python: 3.5 | ||
|
||
- <<: *pytools-vm |
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.
We should also remove 3.6. I'll send one more commit to do so.
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.
Done in cd981e3
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.
LGTM
CI started This needs to get in asap to unblock dozen of PRs |
I'll check how this affects the release, will update. |
cd981e3
to
b2593bb
Compare
I am testing the deps, lets try to fix it rather. rebase ongoing until its green |
Using specific version (pre 20) should fix the issue ARMmbed#14110
b2593bb
to
334e62e
Compare
It is green again. I rebased and cleaned up the history. Ready for review again |
@ARMmbed/mbed-os-maintainers it's easy fix and unblocks all Prs , lets get this in as soon as possible. |
But what about not maintaining python versions that have been deprecated for a long time? |
That was my initial thought, we will review and if removed, will be a new PR. |
CI started |
Summary of changes
pytest fetched newer attrs that caused an issue for python 3.5. We found few references with an error and they suggested to use 1.19 version.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers