Skip to content

run_tests: Parallelism improvements, partial sync with micropython #4855

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

Merged
merged 1 commit into from
Jun 4, 2021

Conversation

jepler
Copy link

@jepler jepler commented Jun 3, 2021

Take changes from micropython#3694 (expected to be merged soon) as well as other accumulated stuff from upstream that we want.

Leave our desired differences, including:

  • silencing warnings in python3
  • renaming the file descriptors returned by openpty()
  • adding ulab tests
  • Adding "." to the import path for skip_if

This speeds up make test_full and should also reduce the time in CI a little bit.

Take changes from micropython#3694
(expected to be merged soon) as well as other accumulated stuff from
upstream that we want.

Leave our desired differences, including:
 * silencing warnings in python3
 * renaming the file descriptors returned by openpty()
 * adding ulab tests
 * Adding "." to the import path for skip_if

This speeds up `make test_full` and should also reduce the time in CI
a little bit.
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit 121ea42 into adafruit:main Jun 4, 2021
@jepler jepler deleted the update-run-tests branch November 3, 2021 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants