-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
regenerate constraints.txt using pip-compile #9271
Merged
andy31415
merged 6 commits into
project-chip:master
from
andy31415:regen_constraints_for_pip
Aug 26, 2021
Merged
regenerate constraints.txt using pip-compile #9271
andy31415
merged 6 commits into
project-chip:master
from
andy31415:regen_constraints_for_pip
Aug 26, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
chrisdecenzo,
jelderton,
jmartinez-silabs,
LuDuda,
mspang,
saurabhst and
woody-apple
August 26, 2021 16:10
mspang
approved these changes
Aug 26, 2021
woody-apple
approved these changes
Aug 26, 2021
automated builds disabled due to pdoc3/mbed-tools conflictconnectedhomeip/.github/workflows/examples-mbed.yaml Lines 18 to 23 in 602cc39
This comment was generated by todo based on a
|
woody-apple
added a commit
that referenced
this pull request
Aug 26, 2021
This reverts commit 1b3714e.
Size increase report for "esp32-example-build" from 6525df0
Full report output
|
andy31415
added a commit
to andy31415/connectedhomeip
that referenced
this pull request
Aug 27, 2021
…)" This reverts commit 1b3714e.
andy31415
added a commit
that referenced
this pull request
Aug 27, 2021
…hanges to reduce darwin dependencies (#9296) * Revert "regenerate constraints.txt using pip-compile (#9271)" This reverts commit 1b3714e. * Do not add esp32 or mbed to darwin requirements * Use "and" to separate conditions for installation markers * Move environment markers (https://www.python.org/dev/peps/pep-0345/#environment-markers) into recursively-included files themselves
mkardous-silabs
pushed a commit
to mkardous-silabs/connectedhomeip
that referenced
this pull request
Sep 24, 2021
* regenerate constraints.txt using pip-compile * Regenerated constraints.txt again, this time from the vscode docker image * Manual remove of pdoc3 constraints * Force mbedtools to be a specific version. 7.32 seems broken * remove pdoc3 requirements...again * Disable mbedos builds - could not get it to properly work given python dependencies
mkardous-silabs
pushed a commit
to mkardous-silabs/connectedhomeip
that referenced
this pull request
Sep 24, 2021
…)", more changes to reduce darwin dependencies (project-chip#9296) * Revert "regenerate constraints.txt using pip-compile (project-chip#9271)" This reverts commit 1b3714e. * Do not add esp32 or mbed to darwin requirements * Use "and" to separate conditions for installation markers * Move environment markers (https://www.python.org/dev/peps/pep-0345/#environment-markers) into recursively-included files themselves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Pip dependences conflict for python-socketio and python-engineio cause bootstrap failure
Change overview
Re-ran
pip-compile --output-file=constraints.txt requirements.txt
Testing
CI will bootstrap and validate this.