Bartosz Sokorski
Bartosz Sokorski
Superseded by #9088
Two side-notes about dependencies: - `pep517` is now known as [`pyproject-hooks`](https://github.com/pypa/pyproject-hooks) and neither the old nor new version is defined in `pyproject.toml` as a top-level dependency (used in chef implementation)...
#2288 is solved here too now.
> Hey folks! Is this `GET_POETRY_IGNORE_DEPRECATION=1` env used after the change in the installation process? Thanks! No. This control variable was introduced only in the removed `get-poetry.py` script.
Closing, since the bug was caused by the use of `tomlkit` in `poetry-core`, which was dropped in favor of `tomli`
@thclark we already have a PR for Dev Containers implementation
@mazinesy could you explain what exactly you mean?
Closing, since changes that this describes, won't be merged.
Closing, since it's almost a year with no response
Since we now have `installer`, I'd rather go towards using installer rather than subprocessing to `pip`. The ultimate goal should be to remove all calls to `pip`.