[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: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