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
It seems that uv does not honor constraints that are Direct URLs.
Assuming you have a direct URL for pkga in constraints.txt, uv pip install pkga -c constraints.txt fails saying pkga is not found in the package registry.
## Summary
This was just a missing line -- we have `dependencies.remove(&package);`
in the ~identical branch above, but it must've been an oversight to omit
it here.
Closes#1467.
## Test Plan
`cargo test`
It seems that uv does not honor constraints that are Direct URLs.
Assuming you have a direct URL for
pkga
inconstraints.txt
,uv pip install pkga -c constraints.txt
fails saying pkga is not found in the package registry.Here is a reproducer:
The text was updated successfully, but these errors were encountered: