PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 23rd of July, 2019

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[01:45:48] <omry> I am hitting slow pip install ., probably for the same problem with this issue: https://github.com/pypa/pip/pull/2196
[01:45:53] <omry> but with the .nox directory.
[01:46:36] <omry> I am going to patch and test if it improves. any thoughts about implementing a .pipignore to make this a bit more generic?
[01:54:17] <omry> hmm, looks like that the filter for .git, .tox etc is no longer in the codebase.
[02:16:22] <omry> okay, my magical patch gets the pip install . for me from 1:30m to 2 seconds for my project.
[02:26:27] <omry> https://github.com/pypa/pip/pull/6770
[02:30:18] <tos9> omry: That was explicitly reverted it'd seem.
[02:30:42] <tos9> omry: https://github.com/pypa/pip/commit/5e65df9b7b675ac2677b3d8c38d07c6edbe50bbe
[02:32:14] <tos9> I find the current behavior awful as well, but it'd seem from that revert like it'd have to be behind a switch (and personally I'd assume one that just tells pip not to do that entirely, though maybe I don't have it all thought through there)
[02:45:06] <omry> tos9: if anything - let's restart the discussion.
[02:45:23] <omry> there are still users complaining about this 5 years after the original bug was reported.
[02:45:53] <omry> for me the difference is 45 times faster with this
[02:46:26] <omry> do you see any reasoning about the revert?
[02:46:58] <tos9> It's in the commit I linked.
[02:54:59] <omry> tos9: yeah - dstufft commented on the diff.
[07:48:14] <omry> !logs
[07:48:14] <pmxbot> http://kafka.dcpython.org/channel/pypa-dev
[17:02:18] <di_codes1> Has anyone ever seen a coverage.py failure like this? Only on pypy3, and with negative line numbers? <https://travis-ci.org/pypa/packaging/jobs/561272633>
[19:54:11] <omry> pip installing using pip+ssh from a github sub directory functional?
[19:59:18] <omry> trying to install using #subdirectory does not seem to work: http://paste.ubuntu.com/p/FgWzZcXYMZ/
[20:02:57] <omry> scratch that, my bad. bath subdirectory.
[20:03:02] <omry> * bad even
[20:51:19] <sumanah> di_codes: https://github.com/pypa/warehouse/pull/6207 is ready for rereview (better WebAuthn errors)
[20:51:39] <di_codes> sumanah: already approved that PR
[20:53:09] <sumanah> di_codes: you ok with merging it as is despite changes since your approval?
[21:00:34] <sumanah> woodruffw: that CI failure looks like a blip, to my intuition - now that it's out of date with master I suggest you re-push and see whether it happens again?
[21:00:48] <woodruffw> yup, will do in a sec!
[21:00:57] <sumanah> woodruffw: unless it's happening on your own machine as well and not just Travis?
[21:01:08] <woodruffw> nope, only travis
[21:07:21] <woodruffw> hmm, looks like those jobs are still failing, even with the rebased branch
[21:17:16] <sumanah> blargh