-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nx-python): replace poetry update with poetry lock and poetry ins…
…tall when adding a new package currently, when there are more than 2 levels of local projects dependencies, when a dependency is added to the 2 level or deeper the nx python plugin uses poetry update <lib> to update to keep all the poetry.lock in sync. however, the poetry update only works well for the first level, for all the others the poetry lock is not updated correctly. the combination of poetry lock and only running poetry install when the root pyproject.toml is not present, updates the poetry.lock for all the levels of dependencies.
- Loading branch information
1 parent
4426eb4
commit be206b2
Showing
7 changed files
with
171 additions
and
84 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.