Restore usedevelop=True now that pip 19.1.1 restored the old behavior#5222
Conversation
|
Azure does not have/use pip 19.1.1 apparently? (for some envs only) |
|
this is part of the changes in latest tox which defaults to the bundled version of pip w/ virtualenv instead of unconfigurably reaching to pypi for the latest version we can opt into the unpinned behaviour by setting |
|
actually, looks like that's already in motion! pypa/virtualenv@be82612 |
|
Doing the new release is a WIP... Will probably do it in the morning. |
|
Done via pypa/virtualenv#1357 |
|
Thanks! |

Fix #5167