PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 3rd of June, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[09:46:59] <graingert> is there a way to delegate extras? https://github.com/pytest-dev/pytest-cov/pull/410/files/36ff090bd0b71bc18a03dbd1d8c2a431fd376b19#diff-2eeaed663bd0d25b7e608891384b7298
[09:48:18] <graingert> so we have an install_requires of "coverage >= 4.4" and an extra_require of "toml": "coverage[toml] >= 5"
[09:48:31] <graingert> but installing .[toml] doesn't install coverage[toml]
[13:00:46] <tos9> graingert: I think I filed that bug
[13:00:53] <tos9> ages ago, but it rings vague bells
[13:00:55] <graingert> tos9: url?
[13:00:58] <graingert> ah
[13:01:16] <tos9> lets see if I find it
[13:03:06] <tos9> graingert: ok maybe I did file it but it was a dupe, since https://github.com/pypa/pip/issues/4957 appears to be the one
[13:04:06] <graingert> thanks tos9 I linked that from github on the PR comment
[13:04:07] <tos9> https://github.com/pypa/pip/issues/6239 looks like the same issue
[13:05:05] <dude-x> whoever worked on the new resolver can they be made aware of this issue?
[13:05:39] <tos9> dude-x: pradyunsg is definitely aware of it, since there's also https://github.com/pradyunsg/zazo/issues/15
[13:06:36] <dude-x> wunderbar
[14:23:59] <pradyunsg> tos9, dude-x: It'll work with the new resolver.
[14:24:11] <dude-x> wonderful
[14:24:51] <pradyunsg> Try it with --unstable-feature=resolver with pip's master branch if you're on a testing machine (it's not for production machines). If your use case is still failing, lemme know. :)
[15:35:04] <ronny> cant wait to test the new resolver for the pinning stuff i deal with
[17:47:53] <pradyunsg> ronny: you can right now, if you use pip master and pass --unstable-feature=resolver.
[20:57:24] <ronny> pradyunsg: waiting for a release
[21:01:37] <pradyunsg> ronny: fair enough. :)
[21:02:15] <ronny> master is good enough for me, but not set up right for the env i want to run this in