Paul Moore
Paul Moore
@qci-amos Yes, it's a disagreement between two tools, if you want to look at it that way. The tools in question are `setuptools` and `pylance`. The problem is that setuptools...
> Digging around in [here](https://github.com/pypa/setuptools/issues?q=is%3Aissue+is%3Aopen+PEP-660+) I found many potentially related issues so I just picked one to cross-link. The specific one you want is https://github.com/pypa/setuptools/issues/3518
All of pip's command line options can be specified via environment variables - see [the documentation](https://pip.pypa.io/en/stable/topics/configuration/#environment-variables)
I can see the point of translating these options to config settings. But I think we should consider the larger question, do we want to retain these options forever, or...
@beckermr Maybe (I don't pretend to understand what setuptools is doing here) - you should probably ask on the linked setuptools issue as well, and make them aware of the...
Reproduced on Ubuntu: ``` docker run --rm -it ubuntu apt-get -y update apt-get install -y wget git nox useradd -ms /bin/bash test su - test wget https://downloads.python.org/pypy/pypy3.10-v7.3.15-linux64.tar.bz2 tar -xf pypy3.10-v7.3.15-linux64.tar.bz2...
In principle, I'm +1 on this. However, backtracking is done a *lot* in normal processing (as I imagine you are aware) and it will be extremely hard to give good...
I guess the question is, why does the OP have `setuptools_scm` active when the tests are run? Is `setuptools_scm` changing the output merely by being installed? That seems like a...
I would also like this. It would be helpful for implementing "argv globbing" of the form that I see in many other programs (on Windows, where globbing is done by...
So as an outsider here whose interest is mainly "how does this fit in the packaging ecosystem?" I'm still confused over where this fits. It sounds like @ofek is saying...