PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 29th of December, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[13:15:09] <Ivo> you around dstufft
[13:17:38] <Ivo> wondering if anyone can spot anything wrong with just applying https://github.com/pypa/virtualenv/pull/830/files#diff-7e83770aa980bd4327db90f4eafeffdfR832 unconditionally
[13:19:31] <Ivo> rather than in an if statement on a space being present
[22:06:50] <xafer> hello dstufft, did you see my messages from yesterday ?
[23:30:44] <dstufft> xafer: um, not sure
[23:30:49] <dstufft> I know you said you wanted to wait on pip 8
[23:33:25] <xafer> it was some nagging on pypa.io certificate to fix the docs build and "12:07 AM <xafer> And I'm wondering if the failing test https://github.com/pypa/pip/blob/e1a97804126733941e410f6e185eabc997f2765f/tests/functional/test_install.py#L165-L172 could not come from https://bitbucket.org/pypa/pypi/commits/84171443421316088f1a9492bbf48402f8947e99 cc dstufft ?"
[23:33:52] <dstufft> ah
[23:34:02] <dstufft> yea the failing test is probably from removing external links
[23:34:14] <dstufft> let me see if I can set up simple_le to fix the cert
[23:36:37] <xafer> I'm not sure what pip install INITools==dev was supposed to do, maybe this test can simply be deleted ?
[23:37:08] <dstufft> presumably it was installing the dev branch of INITools, probably from a VCS
[23:37:21] <dstufft> I think it can be deleted now
[23:37:35] <dstufft> with the removal of external links ``pip install INITools==dev`` doesn't really work anymore
[23:39:37] <xafer> fine with me ☺
[23:41:13] <xafer> This plus a fixed certificate and Travis should be back to green
[23:55:25] <xafer> Concerning pip8 my main blocker would be https://github.com/pypa/pip/issues/3292, since pip freeze is producing #egg= fragment with more than the package name, https://github.com/pypa/pip/pull/3153 should probably be changed to only produce a warning.
[23:56:17] <xafer> (and pip freeze should stop putting branch names in the #egg fragment)
[23:57:42] <xafer> Going to bed now, bye
[23:58:04] <dstufft> xafer: see ya!