-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Poetry 1.1.0 erroneously warns about out of sync poetry.lock and pyproject.toml #3092
Comments
Hello @TimOrme, whenever you see such warning, you should run fin swimmer |
Running |
Here's the console output:
Interestingly, I only see this happen in the docker container with debian jesse. I don't see the same issue occur on my mac. It's unclear if thats strictly an OS issue or other dependency in the environment. |
Can you provide a simple Dockerfile that reproduces the issue? |
Closing this because we haven't received more information for a long time. Feel free to leave a comment if you disagree. |
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. |
-vvv
option).Issue
When running the export command in poetry 1.1.0, it raises a warning stating:
However, this doesn't seem to be the case, and the same files work fine in poetry 1.0.9, which raises no warning.
This also creates an issue in some automation with export, as were running a command like this:
And because the warning is on stdout, it is added to the requirements file, which then causes breakage on pip commands trying to parse that requirements file.
The warning being written to stdout is less of an issue, but would also be nice if export was guaranteed to have clean output.
Thanks!
The text was updated successfully, but these errors were encountered: