[04:09:34] <McSinyx[m]> use-feature is a global option IIRC, which is at least applicable to pip wheel and pip download as well
[04:10:20] <McSinyx[m]> but because of the way pip's config passing works, you can set it only for install as above
[11:06:57] <kushal> Anyone here knows how much is left for https://github.com/pypa/setuptools/pull/2136 to get in?
[16:01:18] <sumanah> pip 20.2 is out, includes a beta of the new pip dependency resolver (20.3 in October will have that behavior by default). more info: https://blog.python.org/2020/07/upgrade-pip-20-2-changes-20-3.html
[16:03:47] <sumanah> tos9: McSinyx[m]: I saw via the logs that you made a suggestion for how to start using the new resolver by default. would either of you make a quick PR to add that info to https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-2-2020 ?
[16:11:46] <altendky> over in #python sumanah suggested i could set the beta resolver globally in pip.conf. is there any output i should check to confirm i got that enabled properly? nothing jumps out to me in the output of an install with -vvv
[16:12:19] <sumanah> pradyunsg: ^ in case you can look
[16:12:59] <sumanah> (this is based on what I saw a few people say over the past few days in the logs)
[16:49:47] <sumanah> dstufft: what did you think the new pip would say?
[16:51:26] <dstufft> sumanah: so the double requirement error is an older thing, that we should actually probably get rid of now. with the old resolver pip install requests>1 requests<1 would just silently do the wrong thing, so we attempted to detect that case and error out about it
[16:51:38] <dstufft> I suspect you'd get the same error doing ``pip install requests requests``
[19:32:07] <pradyunsg> dstufft: the new resolver does actually handle double requirements correctly and will work with that.
[19:32:52] <alexbirsansec> Hello :) Is there anyone I can chat to about my security research packages being taken down from PyPI -- and any steps I could take in the future to ensure these are welcome on the index going forward?
[19:32:54] <sumanah> pradyunsg: you are up way too late, but while you are up, https://github.com/pypa/pip/issues/8661
[19:34:22] <sumanah> alexbirsansec: not all the PyPI admins/moderators hang out here (plus, you know, timezones) so filing an issue there would possibly be best.
[19:34:28] <alexbirsansec> Hmm, no sumanah, I haven't. I will try that if there is nobody available to chat here :)