PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 21st of September, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[01:32:09] <lifeless> Nakato: https://github.com/pypa/pip/pull/3105 probably wants a new title ?
[01:32:21] <lifeless> Nakato: and the tox patch needs some explanation I think
[01:32:39] <lifeless> Nakato: ahhh I see you just did
[03:56:34] <lifeless> dstufft: https://github.com/pypa/pip/pull/3093 looks clean to me (the failure was network glitch on 3.5)
[15:30:27] <Ivo> dstufft, qwcode this is clearly how we should package pip https://youtu.be/0oTh1CXRaQ0?t=2956
[17:24:25] <ErikRose> How can I persuade py.test to show the str() of an exception when unhandled?
[17:27:31] <ErikRose> nm, my exception was spitting back ''. :-)
[18:16:36] <lifeless> dstufft: https://github.com/pypa/pip/pull/3093
[21:14:49] <xafer> it looks like pip's test suite does not like pytest-2.8
[21:24:15] <xafer> or maybe virtualenv ?
[21:36:42] <xafer> yup, virtualenv :-/
[21:50:45] <xafer> I'd guess it comes from https://github.com/pypa/virtualenv/commit/63cb4c725d32dc851389e125214064e1701c8803 combined with https://github.com/pypa/pip/blob/develop/tests/lib/__init__.py#L247 : we used to have Path objects but now have simple strings