Henry Borchers
Henry Borchers
I'll have to try it out when I get back. I'm going on my honeymoon.
@joerick okay, I'm back. I tried the approach suggested above but the problem I got with setting ENVTMPDIR="$(mktemp -d)" is that results in creating a new tmp directory ever time...
Using the /tmp directory works most of the time for mac. The only issue is then when I'm running cibuildwheel command locally there is no way to my knowledge to...
I don't know if this is related but I noticed that on Python 3.11 only for on Linux, the value from auth.json failed because it does not properly escaping quotes....
@fschulze the thing that I don't understand is why is this only happening when running devpi test with python 3.11 only
I don't think my issue is the same. So I created a new ticket #978
It’s part of a super build script. It builds everything and installs each to their own temporary prefix.
"Publicity" is the case for all in the D1xx group, not just D101. If there is an `__all__` in the module, only the items listed as part of it should...
@charliermarsh BTW, I heard you on Talk Python. We need more people like you.
Follow-up on config settings: Build sdist, then install via wheel, config settings no passed through
Am I understanding this correctly? config_settings_build_wheel does NOT pass to install_package. is this a bug or by design?