-
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
Order of locked package markers is unstable. #1457
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still a legitimate issue that I believe should be addressed. No one else commented on it yet but I assume from the 👍 that it's affecting a few other users as well. |
We're not experiencing the issue since we dropped support for both Python 2 and 3 in our package. The issue persist if you have |
We're still experiencing this issue with |
@Qu4tro what verision of poetry was the original lock file generate and what version are you using now? |
The version of poetry that generated the lock file is unknown to me, because it was done by dependabot. On their repo, they did updated to 1.0.10, but I have no way to know if that's the latest released version. |
Dependabot stuff is a bit wierd at the moment, we really need better ways for tools like that to rely on poetry. A little like tox's This particular issue i think is because different versions are being used, ie. developer uses version 1 and dependabot uses another. |
This topic has improved a lot since this issue was open. I guess it should be solved. 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. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: macOS
Poetry version: 1.0.0b1
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/charettes/99485f7aeb5f440129f0391c35d38804
Issue
When performing a
poetry update
package markers inpoetry.lock
get re-ordered in an unstable way. For example, runningpoetry update
on the providedpyproject.toml
keeps swapping these markers around in thepoetry.lock
file.The text was updated successfully, but these errors were encountered: