[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
[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