Arun Babu Neelicattu
Arun Babu Neelicattu
@kkozmic I am guessing in this scenario your dependencies are poetry projects installed with `develop = true`? If so, they should be still written to `package-name.pth` instead of `easy-install.pth`
~~Just read your pypt, this is actually https://github.com/python-poetry/poetry/issues/3086.~~
@kkozmic I was on my mobile. So looking at the `mypy` code; it seems they should really be [loading all `pth` files](https://docs.python.org/3/library/site.html) as `easy-install.pth` is only guaranteed by `setuptool` installs...
> Right, so you're basically saying it's more of a mypy bug than Poetry (which is fair enough). Yes. However, if there is anything we can do to keep things...
@kkozmic thank you for the reproducer. It is extremely helpful. Had a quick look into this, and I am leaning towards not making any changes at the moment as I...
To be completely honest, it seems like too much effort for a temporary workaround. I'll think on it. If there are other cases that are important relying on the file,...
It seems that it might be senisble to disable interactions for the git client and document that cases that need credentials should really use https://git-scm.com/docs/gitcredentials.
I suspect that will cause more problems than it solves. For example, when multiple operations happen in parallel. Better to keep this simple.
Yeah but the issue is when multiple processes request at the same time. I'm inclined to day that it's safer to document this and error out gracefully. Maybe even a...
@joelb123 I have not groked your entire description, will re-read it later once I have some mroe time. But based on parsing your last bit, I am assuming you mean...