[00:10:09] <kevinburke> gah, still getting the same error with latest develop. also, i reverted to requests 2.3.0 and the tests passed, so it's almost certainly the upgrade to 2.4.1 that breaks things.
[01:24:03] <kevinburke> dstufft: got debugging output to work by patching scripttest, but it's failing before that
[01:24:33] <kevinburke> compare the 2.6 output https://travis-ci.org/kevinburke/pip/jobs/34871054 (test gets through but fails on a later AssertionError) to the 2.7 output (hangs forever) https://travis-ci.org/kevinburke/pip/jobs/34871055
[01:25:02] <kevinburke> next step I was going to try to send sigint to the child to see if it'll the traceback
[03:58:37] <kevinburke> (I don't understand it. I just observe and report).
[03:58:51] <kevinburke> if you don't include the relative import, all of the tests pass
[03:59:05] <kevinburke> also, why this is only relevant for the second "pip install --user" command
[03:59:12] <kevinburke> maybe initools messes with the certifi import?
[03:59:49] <kevinburke> i never tested whether changing the project name makes a difference
[04:02:28] <kevinburke> this is a potential issue though because anyone who runs "make clean vendor" might run into the same issue
[04:02:38] <kevinburke> also concerning that it's not clear what's going on
[20:45:31] <dstufft> jaraco__: I might not be able to do the prerelease thing for setuptools... I'm having a hard time making it work correctly, the code is a bit of a mess and I'm not familar with it :(