[00:27:57] <tos9> but it's as close as I have been able to get myself to do :D
[00:28:19] <dstufft> my dad owned his own company and was a workaholic, so growing up we never really did the vacation thing, and now that i'm an adult it doens't really register in my head that it's a thing people do
[01:54:18] <Scottyob> Howdy all. I’m struggling. I’m trying to make a module of mine installable via pip. It’s hosted in an internal git server, but also relies on other modules, which are also git projects in our internal git server. What’s the best way to achieve this?
[22:18:13] <nanonyme> dstufft, is there a way to tell pip to upgrade everything? If not, should there be?
[22:20:04] <\u03b5> Is a test case the only required thing left before this bugfix is merged? https://github.com/pypa/pip/pull/920
[22:20:14] <nanonyme> Cool! Looks like --user works correctly in Windows with modern pip. Really nice since installing to system site-packages on Windows requires UAC elevation, typically
[22:26:37] <\u03b5> I can reproduce the error by doing pip install -e /path/to/a/local/bzr/repo pip freeze
[22:27:40] <\u03b5> and I can't seem to find the tests for pip.vcs.bazaar