-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
--pypi-mirror not respected during virtualenv creation after 2018.10.13 #3378
Comments
Which command are you exactly using, This pypi mirror should be passed to virtualenv creation by Lines 199 to 208 in d4d54ee
|
I've tracked down the issue to a bug in vistir, which is preventing PIP_INDEX_URL from being set correctly before virtualenv is run. I'll resolve and submit a PR shortly. |
Caused by sarugaku/vistir#55, |
👍 |
- Update gitignore entries for mypy config - Update release task to add version after bumping but before release - Fixes #3326 (going forward at least) - Split out patching from vendoring so it can be done as a separate step if needed - Update patches to account for updated packages - Fixes #3432 - Fixes #2757 - Fixes #3305 - Fixes #2914 - Fixes #3439 - Fixes #3422 - Fixes #3378 - Fixes #3376 - Fixes #3315 Signed-off-by: Dan Ryan <[email protected]>
On Windows, versions of Pipenv > 2018.10.13 attempt to connect to https://pypi.org during virtualenv creation, even if --pypi-mirror is specified. This is a regression from 2018.10.13.
I've compared the network activity of 2018.10.13 and 11.14/11.26. For the latter two, connection attempts to pypi.org are made regardless of whether --pypi-mirror is specified. With 10.13, no such attempts are made.
This issue causes inconsistent timeouts and failures when a user is behind a firewall with a drop rule affecting pypi.org.
The text was updated successfully, but these errors were encountered: