Improve warning message when lockfile is not up-to-date#215
Improve warning message when lockfile is not up-to-date#215radoering merged 1 commit intopython-poetry:mainfrom
Conversation
radoering
left a comment
There was a problem hiding this comment.
Actually, dependencies may not only be outdated but just wrong considering the pyproject.toml file and poetry lock --no-update may be suited better than poetry update. (If you just want to make the lock file consistent to pyproject.toml without trying to update all dependencies.) IMO, we should use the same wording as for poetry install: https://github.com/python-poetry/poetry/blob/c719dcedb8b39965bb03e69cee63129a18143331/src/poetry/installation/installer.py#L248-L254
11122e6 to
898406c
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
@radoering Thanks for you fast feedback. I have updated the warning and the commit message. Please let me know if there is anything else I should do. |








For people not very familiar with
poetry, it was not clear what "run update" means."run
poetry update" makes this obvious.