Re: [PATCH 11/11] python: remove auto-generated pyproject.toml file

2021-06-28 Thread Wainer dos Santos Moschetta
On 6/25/21 12:45 PM, John Snow wrote: For reasons that at-present escape me, pipenv insists on creating a stub pyproject.toml file. This file is a nuisance, because its mere presence changes the behavior of various tools. For instance, this stub file will cause "pip install --user -e ." to

Re: [PATCH 11/11] python: remove auto-generated pyproject.toml file

2021-06-25 Thread Willian Rampazzo
On Fri, Jun 25, 2021 at 12:46 PM John Snow wrote: > > For reasons that at-present escape me, pipenv insists on creating a stub > pyproject.toml file. This file is a nuisance, because its mere presence > changes the behavior of various tools. > > For instance, this stub file will cause "pip

[PATCH 11/11] python: remove auto-generated pyproject.toml file

2021-06-25 Thread John Snow
For reasons that at-present escape me, pipenv insists on creating a stub pyproject.toml file. This file is a nuisance, because its mere presence changes the behavior of various tools. For instance, this stub file will cause "pip install --user -e ." to fail in spectacular fashion with misleading