-
Notifications
You must be signed in to change notification settings - Fork 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
Fix assertion error when determining installation order. #10867
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a test that ensure that things work even when there's a cycle + restricting one of the nodes in the cycle.
I have now added two extra test cases for this. |
Thanks @mauritsvanrees! This is in 22.0.3. |
Great! Thanks for the reviews @pradyunsg and @uranusjr ! |
It seems the problem with pip was solved in pypa/pip#10867 and 22.0.3 version was released with this fix.
Fixes #10851