[01:22:10] <lifeless> any idea why e.g. TestUpgradeSetuptools.test_from_setuptools_7_to_setuptools_7 passes locally, as does the install_builds_wheels test
[01:29:45] <dstufft> assert 'setuptools (0.9.8)' in 'pip (6.1.0.dev0)\nsetuptools (14.3)\n'
[01:30:16] <dstufft> it looks like we used a --find-links in combination with --no-index to explicitly control what version of setuptools was available
[01:30:29] <dstufft> but for some reason it's getting 14.3
[01:30:32] <lifeless> shouldn't test isolation prevent that though ?
[01:30:42] <lifeless> I checked and there's a unique homedir set for each test
[03:45:46] <lifeless> bombs away, lets see if thats better
[07:37:36] <lifeless> dstufft: seems to be somewhat sporadic failures now. Not sure whats up. I had a clean run other than flake8, fixed that, now dirty...
[17:16:20] <DanielHolth> OK if I go ahead and merge https://github.com/pypa/pip/pull/2561 ?
[19:38:41] <lifeless> dstufft: its now easter public holidays for me
[19:39:21] <lifeless> dstufft: it seems there's something flaky about the new tests/code- its passing for me every time,but travis has failed a couple of jobs
[19:39:36] <lifeless> dstufft: I rebased and it then passed those and failed different ones
[19:39:44] <lifeless> dstufft: but on the same test - my test functional test
[20:59:28] <qwcode> lifeless, any concerns https://github.com/pypa/pip/pull/2625
[21:02:44] <dstufft> qwcode: I'm tihnking I might cut a 6.1 before the implicit wheel building or setup-requires stuff lands, and then put all of that inside of a 7.0
[21:02:49] <dstufft> qwcode: what do you think of that
[21:10:39] <lifeless> qwcode: commented. I think its ok as-is but I've put a couple of notes of potential improvements
[21:11:40] <qwcode> lifeless, noted, I'll make those changes.
[22:47:30] <lifeless> dstufft: dunno if you saw but https://travis-ci.org/pypa/pip/builds/56846005 is at fine tuning - just need to figure out this sporadic failure thing