Bartosz Sokorski

Results 308 comments of Bartosz Sokorski

This feature will be added to Poetry; however, there is no timeline at the moment. We are focused on delivering Poetry 2.0 first. After that, we will look into this...

Yeah, but that is basically the same as what tox had before, inline INI syntax. Native TOML support should be nicer I guess.

Maybe `poetry install --no-root` is the answer to your issue? I don't think we can install plugins without installation.

So, you would want something like `poetry install --only-plugins`?

I don't think this is something we want. We are reluctant to implement new commands, especially ones that are aliases for other commands. You can make an alias in your...

I wonder if we could make a repo in our org to store those examples instead of putting them here. @radoering what do you think?

Having 2 primary sources is wrong (it should be caught at an earlier stage I think) and that is most likely why you see this issue.

Maybe it could be done based on python version? `certifi` for

You can use `poetry config --local virtualenvs.options.system-site-packages true` for a project-level config