You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"not supported between instances of 'InstallationCandidate'"
506
-
)
504
+
# With pip 25.2, the error message format has changed
505
+
# Accept either the old format or new pip-tools error messages
506
+
expect(err.message).tomatch(/not supported between instances of 'InstallationCandidate'|Could not find a version that matches|legacy dependency resolver is deprecated/)
0 commit comments