Skip to content
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

Suggestion to check 'pip config debug' in case of InvalidProxyURL exception #12690

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nucccc
Copy link

@nucccc nucccc commented May 9, 2024

When an InvalidProxyURL exception happens, an additional suggestion to check pip config debug is added. Attempt to fix issue #12649.

This is done by checking in function create_os_error_message if the type of the error corresponds to InvalidProxyURL.

A unit test is added in tests/unit/test_command_install.py, alongside with other existing tests for create_os_error_message.

@ichard26 ichard26 self-requested a review May 11, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant