-
Notifications
You must be signed in to change notification settings - Fork 3k
Move script to check for floats and make it Python 2 compatible #11429
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
Conversation
|
@hugueskamba, thank you for your changes. |
22c99f6 to
f29cf7c
Compare
|
There's already conflict, pls rebase @ARMmbed/mbed-os-tools Please review |
|
Please rebase instead of merge (6a9d989 commit) |
6a9d989 to
0944477
Compare
@0xc0170 |
0944477 to
f9aadc4
Compare
|
This force-push removes |
320a8b7 to
e230ca1
Compare
e230ca1 to
fdf6612
Compare
|
This force-push removes all changes to |
|
CI restarted (aborted old job) |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
@0xc0170 I do not believe the failures are caused by the changes in this PR. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
|
@hugueskamba Tests passed in CI but Travis shows python errors, please verify |
fdf6612 to
7871489
Compare
|
This force-push removes collection unpacking and usages of Python 3.7 |
|
CI restarted |
Test run: FAILEDSummary: 7 of 11 test jobs failed Failed test jobs:
|
|
Aborted ^^ |
All scripts pertaining to example projects tests should be in the same directory. The test framework uses Python2 therefore this script also needs to be Python2 compatible.
7871489 to
c712d2f
Compare
|
This force-push removes usage of the |
|
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
All scripts pertaining to example projects tests should be in the same
directory. The test framework uses Python2 therefore this script also needs
to be Python2 compatible.
Pull request type
Reviewers
@jamesbeyond @evedon
Release Notes