-
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
Fix pip download VCS scp-like URLs #6296
Conversation
For example: git+user@hostname:user/repo.git
271d08c
to
facaf6d
Compare
Huh, for integrational tests there has to be deploy key with RO access to https://github.com/pypa/pip-test-package. Can someone help me to deal with it?
|
Seems like something intermittent. Closed and opened to retrigger the tests. |
@pradyunsg thank you. But, the thing is i've added an integrational test which installs a test package from another github repository Anyways, it seems members are considering to drop support scp-like URLS in the related issue. May be it's not worth to spend a time on it. |
I don't have the bandwidth to review right now. Sorry! |
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
For example: git+user@hostname:user/repo.git
Fixes #6293.