David Hotham

Results 1108 comments of David Hotham

> poetry config virtualenvs.create false Don't do that

> What I want to do is to install dependencies into the system environment No, you [don't want to do that](https://github.com/python-poetry/poetry/issues/6398). If you insist on pursuing this, you can check...

I'd suggest making a pull request, either here or - probably better - at `python-semantic-release`. From a poetry point of view this feels so niche that if I were you...

are you claiming that cloning the whole repository requires different credentials than cloning the branch? this surprises me. #6348 looks like it was an attempt at what you are asking...

additionally poetry mostly does not care about build requirements when building the lock file - because all of the metadata that it needs is available either directly from a server...

There is some possible ambiguity here so let's be sure we're on the same page. I don't think you are asking for build requirements from the "current" project's `pyproject.toml` to...

Really? Well this isnt going to happen then, because it is obviously pointless! `poetry.lock` is already insufficient without `pyproject.toml` for all sorts of reasons. What are the circumstances in which...

When I tried to clarify whether you cared about the build requirements of the current project or of its dependencies, you said that requirements of the current project was what...

I cannot make sense of that last update. I note that pdm maintainer is taking a similar view - https://github.com/pdm-project/pdm/issues/2465#issuecomment-1845063798 - that this would "tremendously affect locking performance" and is...

Also, duplicate #8216, #8261