We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
poetry add --dry-run
poetry.lock
-vvv
1.1.8
1.2.0a2
Basic reproduction (most output skipped for brevity)
$ poetry new poetry-demo $ cd poetry-demo $ poetry lock # using git just to demonstrate diff $ git init && git add pyproject.toml poetry.lock && git commit -m 'Lock the dependencies' $ poetry add --dry-run requests Using version ^2.26.0 for requests Updating dependencies Resolving dependencies... (0.1s) Writing lock file <--- snip ---> $ git diff --name-only poetry.lock
I would expect --dry-run to change nothing but poetry.lock is modified
--dry-run
The text was updated successfully, but these errors were encountered:
I think this is just duplicating #3766
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
-vvv
option).1.1.8
and1.2.0a2
Issue
Basic reproduction (most output skipped for brevity)
I would expect
--dry-run
to change nothing butpoetry.lock
is modifiedThe text was updated successfully, but these errors were encountered: