[08:33:56] <DRMacIver> I've started seeing https://travis-ci.org/DRMacIver/hypothesis/jobs/120244169#L233 on all my OSX builds on Travis. I've yet to properly investigate but thought I'd check first if this was a thing people had seen / the cause was obvious
[14:51:48] <torarne1> Q: Say I have ~/dev/foo and ~/dev/bar, and foo has bar > 1.0 in its requirements.txt, is there any way to run pip install for foo and have it pick up bar locally instead of from pypi?
[14:53:16] <torarne1> Actually, I guess what I really want is for pip install bar as usual, that part doesn't matter, but when i run foo i want to pick up bar from local, so i can make changes to bar