Automatically do --no-use-pep517 builds, even without wheel#13358
Automatically do --no-use-pep517 builds, even without wheel#13358
Conversation
1d3f370 to
d35a098
Compare
d35a098 to
c6364c1
Compare
|
I'm not sure we want to create additional churn in this area, since pep517 will soon be the only supported mode. |
In pypa#13330 I removed the command line argument check for this, but I hadn't realized that there were also heuristics that needed to be fixed.
c6364c1 to
3e836d2
Compare
|
Also, if the setuptools version is old (not that old) and wheel is not installed, So let's not do this. |
|
Makes sense. I'd come to this, because I was updating (python-cffi/cffi#165) The test suite was expecting a non-pep517 build, even though it wasn't explicitly asking for one, and it took me embarrassingly long to figure out that I'd missed this bit of logic in #13330. |
|
I'm curious why you need |
|
Ah yes, that works. I went with |
In #13330 I removed the command line argument check for this, but I hadn't realized that there were also heuristics that needed to be fixed.