Arun Babu Neelicattu

Results 217 comments of Arun Babu Neelicattu

At present, `poetry` does not enforce a version required as in theory it is not necessary per say at the moment as it is the lock file that is not...

> I have found that if the system version of poetry is 1.0 and 1.1 is added as a dep into the pyproject.toml, the newer version will be used for...

@ajacquah can you provide the output of the following please? ```sh poetry add black -D -vvv # if black is already in the pyproject.toml you can do this too poetry...

@ajacquah the issue here is that the isolated build environment required to build balck from `sdist` is not able to be setup as it cannot download setuptools. Poetry when building...

At initial glance, I reckon your proposal is reasonable and should not impact other aspects as only assist and path cases require the isolated build environment. Can you maybe verify...

@padix-key this feature is, today, an undocumented and really unsupported features. However, we do plan on making support for build scripts more standard. This will be added to documentation once...

@albireox moving forward we will make it the responsibility if the build script to move the compiled files around such that they are in the right places as expected. If...

The old mechanism should still work out of the box; since the default is to generate the setup file for this release. But yes, I agree, some documentation explaining all...

@ahobsonsayers you will still probably also need https://github.com/python-poetry/poetry/issues/2740#issuecomment-665073135.

@ahobsonsayers I would have expected the old configuration to have worked even if it was depreciated. However if you have both `[tool.poetry.build]` and `tool.poetry.build = "build.py"` it would fail.