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

Allow URL requirements in editable installs #1614

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Summary

If an editable package declares a direct URL requirement, we currently error since it's not considered an "allowed" requirement. We need to add those URLs to the allow-list.

Closes #1603.

@charliermarsh charliermarsh added the bug Something isn't working label Feb 17, 2024
@zanieb
Copy link
Member

zanieb commented Feb 17, 2024

Oh thanks I was affected by this similarly in #1050 (although slightly different since it's a git dependency — I do editable packse installs locally too though)

@charliermarsh charliermarsh merged commit 5c4ceca into main Feb 17, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/editable branch February 17, 2024 20:20
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
2 participants