PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 2nd of February, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[03:32:29] <Ivo> is there a way to turn off setuptools automatically collecting files tracked under VCS?
[18:58:05] <ErikRose> Hmm, it seems like locally built wheels cached for 2.7 are reused under 2.6, despite https://github.com/pypa/pip/pull/3225.
[18:58:32] <ErikRose> I could be mistaken, but has anybody else seen that, or is it expected?
[19:55:53] <ErikRose_> It may be that I have cross-version wheels cached from before that patch was merged...
[19:56:23] <ErikRose_> Good fix there, dstufft.
[19:57:07] <dstufft> ErikRose_: yea, you probably need to rm -rf your wheel cache
[19:57:08] <ErikRose_> I guess I should clear my whole wheel cache. Does it ever get cleaned up?
[19:57:12] <dstufft> nope
[19:57:13] <dstufft> it doesn't
[19:57:24] <ErikRose_> Yeah. Hm.
[19:57:24] <dstufft> probably we should add something that tries to do that :/
[19:57:30] <ErikRose_> Whee, things.
[19:57:35] <dstufft> maybe a ``pip clean`` or something
[19:59:04] <ErikRose> If we wanted to get fancy, we could add a version number to the cache and start a fresh versioned cache in pip 8.
[19:59:10] <ErikRose> ^if I could go back in time
[19:59:23] <ErikRose> I'm not sure it's worth the effort.
[20:00:04] <ErikRose> We released a bunch of screwed up Let's Encrypt reqs files due to cached wheels built for 2.7 not installing the proper dependencies for 2.6.
[20:00:22] <ErikRose> Now I just have us run the manifest builds under --no-cache-dir.