Run python -m pip instead of pip#262
Run python -m pip instead of pip#262Tonkonozhenko wants to merge 2 commits intopython-poetry:masterfrom Tonkonozhenko:master
python -m pip instead of pip#262Conversation
|
Thanks! Could you execute black on the Also, could you rebase your PR on the |
|
I've fixed formatting, but I'm getting an error in travis, hope you can help with it. |
|
I had similar issue with |
|
I'd like to inform you that tox recently got a workaround for such cases - tox-dev/tox#794 |
|
And recently |
brycedrennan
left a comment
There was a problem hiding this comment.
@Tonkonozhenko Thanks for this contribution!
To get this across the finish line we need to do the following:
Update the mock used in testing here
Manually test that this works when not mocked
|
Works for me. Thank you! |
|
Hello. How should we proceed with this PR? |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
FYI, this is completely obsoleted now. |
|
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. |
When you try to run pip in venv in a directory with a long full path you get an error. To avoid this you need to run
python -m pipinstead ofpip.