Skip to content
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

Treat URLs in editable requirements as higher priority #1615

Closed
charliermarsh opened this issue Feb 17, 2024 · 0 comments · Fixed by #1796
Closed

Treat URLs in editable requirements as higher priority #1615

charliermarsh opened this issue Feb 17, 2024 · 0 comments · Fixed by #1796
Assignees
Labels
bug Something isn't working

Comments

@charliermarsh
Copy link
Member

If you add iniconfig as a top-level requirement in compile_editable_url_requirement, we end up choosing iniconfig from the registry rather than the URL dep. The issue is that we need to visit URL deps before their corresponding registry deps. (This is not a common setup, but the current behavior is slightly incorrect.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant