- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3k
          [mbed-os-5.15] Fix mbed device-management command for Python 3.8
          #14057
        
          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
  
    [mbed-os-5.15] Fix mbed device-management command for Python 3.8
  
  #14057
              Conversation
| CI started | 
| Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs: 
 | 
| This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. | 
| We hopefully run 5.15 jobs later today to make this forward. | 
Bump the `future` module version to 0.18.0 to fix an ImportError present for Python 3.8: ImportError: cannot import name 'splitattr' from 'urllib.request' (/usr/lib/python3.8/urllib/request.py)
4083606    to
    1165fa7      
    Compare
  
    | rebased | 
| CI started | 
| Test run: SUCCESSSummary: 10 of 10 test jobs passed | 
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.
Approved
Summary of changes
Bump the
futuremodule version to 0.18.0 to fix anImportErrorpresent for Python 3.8:The upstream issue for the
futuremodule -- PythonCharmers/python-future#447. Fixed inv0.18.0.Fixes #14037.
Copied from master PR #14038
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Reviewers
@0xc0170