PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 12th of September, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[01:03:06] <McSinyx[m]> pip -v is already too verbose for normal use
[01:05:51] <McSinyx[m]> IIRC there used to be a warning when the new resolver was an experimental feature
[01:06:56] <McSinyx[m]> still, a small line like ``Enabled features: 2020-resolver'' doesn't seem like a bad idea
[14:21:24] <graingert> I'm getting a strange interaction between tox and pip --use-feature=2020-resolver https://github.com/Teemu/pytest-sugar/pull/215/files ci is still running
[14:22:07] <graingert> but I'm expecting py38-pytest54-supported-xdist to install pytest-xdist<2.0.0 pytest~=5.4.3
[14:22:57] <graingert> but it install pytest-xdist==2.10 pytest==5.4.3 - which is incompatable
[14:23:12] <graingert> * correction: but it installs pytest-xdist==2.1.0 pytest==5.4.3 - which is incompatable
[14:23:52] <graingert> this is unexpected because pytest-xdist 2.0.0 and above install_requires = [..., "pytest>=6.0.0", ...]
[14:24:13] <graingert> I'm thinking this is most likely an tox big
[14:24:15] <graingert> bug*
[14:25:27] <graingert> pradyunsg: https://travis-ci.org/github/Teemu/pytest-sugar/jobs/726567657#L222
[14:38:18] <graingert> ah I missed an underscore
[14:38:22] <graingert> it's my fault lol
[15:25:35] <pradyunsg> graingert sounds like you figured out the issue. :)
[15:34:32] <graingert> pradyunsg: yep! https://github.com/Teemu/pytest-sugar/pull/215
[15:34:49] <graingert> best thing to happen in 2020 pradyunsg
[15:38:48] <pradyunsg> It's a low bar, but I'll take it. :)
[15:59:15] <graingert> pradyunsg: would it be possible to release a version that does the 2020-resolver but on failure does the old resolver?
[16:00:04] <pradyunsg> graingert: given thelat the goal is to get rid of the old resolver, I don't think so. :)
[16:00:10] <pradyunsg> *that
[16:00:24] <pradyunsg> I'm on my phone, excuse the typos. :)
[16:00:42] <graingert> I'm on mobile too
[16:01:12] <graingert> Yeah I figured that's the goal, I think you'll get less angry messages on GitHub if you do an intermediate step
[18:13:09] <dstufft> pradyunsg: are we doing a release where the old resolver is opt in before we rip it out completly?
[18:22:03] <pradyunsg> dstufft: yes.
[18:23:21] <tos9> before that there should be a release where we flip a coin and use the random resolver it returns
[19:58:39] <graingert> zbr: oh that would be handy for https://github.com/Teemu/pytest-sugar/pull/203/files#diff-b91f3d5bd63fcd17221b267e851608e8R9-R10
[22:21:11] <graingert> will `--use-feature=2020-resolver` ever be deprecated/removed?
[22:21:52] <graingert> eg say it's 2030 and it turns out P = NP, will the flag just be ignored?