-
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
Vendoring Updates: Nov 2020 (round 2) #9170
Conversation
Signed-off-by: Pradyun Gedam <[email protected]>
Signed-off-by: Pradyun Gedam <[email protected]>
Signed-off-by: Pradyun Gedam <[email protected]>
e90f3e1
to
5f6cd8e
Compare
Looks like we made a mistake in packaging.tags for MacOS tags. :) |
Here's the plan to deal with the failing test here: marking it as xfail right now, getting concensus on the right fix upstream and implementing whatever that fix is in a future release. :) The behavior that we're breaking here is specifically that anyone specifying puts on release manager hat I imagine that there's very few people doing this, so it's OK to mark this as a known degradation in behaviour for right now. It is a significantly smaller problem than binary wheels not working properly for most MacOS Big Sur users. It's OK to get this into pip 20.3 -- but we should make a fix upstream or in our code "soon" for this OR... decide that the multi-arch uses specific-arch thing on MacOS isn't something we wanna support. All that, is post 20.3 though. If we get a fix, that can be a bugfix release of pip 20.3. takes off release manager hat Phew. :) |
Fixes #9011
Fixes #9077
Fixes #9138
This has been quite a month.