You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(since config settings is a dict in the spec). This is used, for example, to allow --config-setting=--with-c-extensions to be supported. However, pip does not support it.
I don't have a strong option on if this should be supported or not (I think I kind of like it?), but I think we should be consistent. What do people think here? If we like supporting this, I think we should ask pip to support it too. If we don't like supporting it (if it was added by mistake, for example), we could produce a warning when it's detected describing how to write it in a pip compatible way.
Currently, build supports argumentless config-settings:
Is equivalent to
(since config settings is a dict in the spec). This is used, for example, to allow
--config-setting=--with-c-extensions
to be supported. However, pip does not support it.I don't have a strong option on if this should be supported or not (I think I kind of like it?), but I think we should be consistent. What do people think here? If we like supporting this, I think we should ask pip to support it too. If we don't like supporting it (if it was added by mistake, for example), we could produce a warning when it's detected describing how to write it in a pip compatible way.
See pypa/cibuildwheel#1513 (comment)
The text was updated successfully, but these errors were encountered: