Bartosz Sokorski

Results 308 comments of Bartosz Sokorski

I would say that this is a Warehouse issue, since [packaging guide](https://packaging.python.org/en/latest/specifications/core-metadata/#home-page) doesn't deprecate the fields Poetry is setting. However, we can add an extra case in our build to...

> @notpushkin @Secrus Am I missing something or has this been fixed by Warehouse? I can see a homepage link for both https://test.pypi.org/project/poetry-homepage-bug-repro/ and https://test.pypi.org/project/poetry-homepage-bug-workaround/ Probably a recent deploy or...

Since we have `pytest-cov` plugin, I think seeing local coverage would be as simple as running `poetry run pytest --cov=src/poetry --cov-report term`. I would be all for adding the coverage...

Since you marked it as `WIP`, I converted the PR to draft.

That should be done by `python-semantic-release`.

Further development of the `shell` command was moved to [`poetry-plugin-shell`](https://github.com/python-poetry/poetry-plugin-shell), please open PR in that repo.

Basically, you want us to put a copy of `[build-system]` in `poetry.lock` aside from `pyproject.toml`? We don't lock build requires deps, so that doesn't belong in `poetry.lock`.

There is `SHELL_VERBOSITY` flag that sets up the verbosity level. It should probably be added to docs somewhere.

Hi. Sorry for the delays, we are digging ourselves out of the pile of code debt. Could you please rebase your changes with the master branch so we can review...

Further development of the `shell` command was moved to [`poetry-plugin-shell`](https://github.com/python-poetry/poetry-plugin-shell), please open PR in that repo.