-
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
unstick virtualenv on windows, bump platformdirs #7484
unstick virtualenv on windows, bump platformdirs #7484
Conversation
Not quite: because, as I now recall, the failing test is explicitly testing the (old) PipInstaller. So perhaps the plan needs to be:
|
f6cccbe
to
bbb6a42
Compare
665d1b8
to
52e48a9
Compare
52e48a9
to
f1b976c
Compare
Now updated to include a platformdirs bump, #7640 Note that this is kinda confusing because platformdirs reversed its position on which of the MacOS directories should be used to hold configuration. |
3cd7f91
to
3488c28
Compare
windows python 3.9 and the embedded pip still not a happy combination. I suppose the testcase can likely be fixed by adding a non-embedded pip to the ephemeral environment, perhaps that is satisfactory. WIBNI poetry did not have to rely on pip here at all |
982b3f0
to
4b300cf
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
wondering whether the new installer makes it possible to unstick virtualenv at python3.9 windows - let's ask the CI pipeline.