You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a project is listed in the root pyproject.toml as part of a dependency group (not in the rootPyprojectToml.tool.poetry.dependencies collection) then updateDependencyTree fails to detect that the root pyproject requires re-locking when running the add target
Expected Behavior
Running the add target for any python project depended on in the root pyproject causes that pyproject to be relocked.
Steps to Reproduce
Create new shared venv workspace
add new python project with a root dependency group (anything other than blank)
add a non-local dependency to the app
see that root poetry.lock does not contain the added non-local dependency
Current Behavior
If a project is listed in the root pyproject.toml as part of a dependency group (not in the
rootPyprojectToml.tool.poetry.dependencies
collection) thenupdateDependencyTree
fails to detect that the root pyproject requires re-locking when running theadd
targetExpected Behavior
Running the
add
target for any python project depended on in the root pyproject causes that pyproject to be relocked.Steps to Reproduce
poetry.lock
does not contain the added non-local dependencyNx Report
Failure Logs
No response
Additional Information
I have a fix, PR coming shortly
The text was updated successfully, but these errors were encountered: