PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Thursday the 12th of March, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[20:43:37] <sigmavirus24> dstufft: I'm guessing http://logs.openstack.org/14/163914/1/check/os-ansible-deployment-dsvm-check-commit/84c8d9a/console.html#_2015-03-12_18_21_21_976 is coming from setuptools, did I guess correctly?
[20:44:49] <dstufft> sigmavirus24: no, it's from pip. We can't accurately uninstall distutils based projects because if distutils was used to install it there's no record of what files belong to that project, so the most we can do is remove the metadata that says a project was installed, but all the .py files are left behind
[20:44:57] <dstufft> which we then overwrite silently because YOLO
[20:47:19] <xafer> :]
[20:52:44] <sigmavirus24> hah
[20:52:48] <sigmavirus24> thanks dstufft makes sense
[20:53:51] <dstufft> sigmavirus24: fwiw it's probably going to be a real long time until that gets removed, consider it similar to th eurllib3 SAN-less certificate thing
[20:54:06] <sigmavirus24> dstufft: excellent
[20:54:22] <dstufft> the sad fact is lots of things depend on it right now :/
[21:23:49] <xafer> this test is useless due to the dead mirrors: https://github.com/pypa/pip/blob/develop/tests/unit/test_finder.py#L290-L304
[21:24:16] <xafer> I was thinking of using pypi.python.org and testpypi.python.org instead
[21:24:37] <xafer> does the pypa have a test package on both ?
[21:24:50] <xafer> or maybe you have a better idea ?
[21:25:16] <dstufft> xafer: why is it useless?
[21:25:19] <xafer> err, I meant this test: https://github.com/pypa/pip/blob/develop/tests/unit/test_finder.py#L308-L321
[21:25:24] <xafer> :-/
[21:25:39] <dstufft> ok
[21:25:42] <dstufft> that one makes more sense
[21:26:09] <dstufft> I don't think we have anything on both pypi and testpypi
[21:28:30] <xafer> I'm tempted to use lxml
[21:29:40] <xafer> http://lxml.de/files/lxml-3.4.2.tgz vs https://pypi.python.org/packages/source/l/lxml/lxml-3.4.2.tar.gz
[21:30:53] <xafer> but a pypa package would make more sense
[21:32:58] <xafer> https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz or https://warehouse.python.org/packages/source/p/pip/pip-6.0.8.tar.gz ?
[21:33:09] <xafer> if the warehouse url is not subject to changes ?
[21:39:47] <dstufft> xafer: warehouse.python.org is going to redirect to pypi.python.org when warehouse is deployed for real
[21:40:37] <xafer> this should be ok for the test :)
[21:40:56] <dstufft> okay