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
In PyO3/pyo3#6300 we observed the setuptools-rust doesn't have the equivalent of MATURIN_PEP517_ARGS, so we weren't able to dynamically enable no-std testing.
In PyO3/pyo3#6300 we observed the
setuptools-rustdoesn't have the equivalent ofMATURIN_PEP517_ARGS, so we weren't able to dynamically enable no-std testing.Would be good to think how this can be done.