-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv build --wheel doesn't seem to be installing dev-dependencies #7154
Comments
Very strange, let me think about what could be happening here... |
Do you have |
(Poking around here: https://github.com/charliermarsh/cryptography/pull/1) |
(Confirmed build isolation is not disabled.) |
Definitely not intentionally disabled! Thanks for taking a look, let me know how I can help debug this. |
It looks like the builder thinks build isolation is enabled (despite |
AHHHHH, |
And with that removed, it seems to be working now. So sorry about the noise. I think turning some of the debug logging you added into proper logging may help future people who are as dumb as I am. Once again, very sorry. |
No problem at all! Glad it's not a bug at least. Though confused why |
Oh sorry... Dumb of me. I'm running |
pyca/cryptography#11558 shows trying to take advantage of
uv build
, however CI doesn't seem happy: https://github.com/pyca/cryptography/actions/runs/10748158349/job/29811544879?pr=11558Notably, when running
uv build -v --wheel --require-hashes --build-constraint=$BUILD_REQUIREMENTS_PATH cryptography*.tar.gz $PY_LIMITED_API -o wheelhouse/
:For whatever reason,
uv
doesn't seem to actually installmaturin
.When running this same command locally (on macOS), I see output like the following:
Happy to test anything that'd be useful.
The text was updated successfully, but these errors were encountered: